Supported languages
Returns a list of all available languages.
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
IDinteger · int32 · requiredUnique ID for the language
Namestring · minLength: 1 · requiredThe internal name of the language
DisplayNamestring · minLength: 1 · requiredDisplay Name (English) of the language
LocalizedNamestring · minLength: 1 · requiredThe translated name of the language
ISOstring · minLength: 1 · requiredThe culture code for the language
LanguageTypeinteger · int32 · requiredThe unique ID for the language type
MicroSoftNamestring · minLength: 1 · requiredThe Microsoft display name of the language
MicroSoftCodestring · minLength: 1 · requiredThe Microsoft culture code for the language
TimeStampstring · date-time · required
Language id by language code
Specify a language code (such as en-us) to return the language Id number.
path Parameters
languageCodestringA string that indicates the language in which to return the response. More information can be found here.
Example: en-us
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK
Language code by language id
Specify a language Id number to return the language code.
path Parameters
languageIDinteger · int32 · requiredA unique ID that designates a specific language.
Example: 1
query Parameters
formatstringA string value that specifies what type of format to provide the response.
Default: json
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate using your API key. Format isBearer YOUR_API_KEY.
Responses
OK