The name of the place based on the locales list passed to the WebServiceClient constructor. Don't use any of these names as a database or dictionary key. Use the ID or relevant code instead.

interface Names {
    de?: string;
    en: string;
    es?: string;
    fr?: string;
    ja?: string;
    "pt-BR"?: string;
    ru?: string;
    "zh-CN"?: string;
}

Properties

de?: string
en: string
es?: string
fr?: string
ja?: string
"pt-BR"?: string
ru?: string
"zh-CN"?: string