Enabled Languages

server/enabled_languages[]

The language(s) which will be permitted when the application gateway generates error and management response pages. The accept-language HTTP header from the request is used to determine the language used when generating responses.

The first language in the list will be treated as the default language. The default language will be used if none of the languages contained in the accept-language HTTP header have been enabled.

If this entry is not defined, all languages will be enabled with English (C) set as the default.

language codes

language codeLanguage
ptBrazilian Portuguese
csCzech
zh_CNChinese (Simplified)
zh_TWChinese (Traditional)
CEnglish
frFrench
deGerman
huHungarian
itItalian
jaJapanese
koKorean
plPolish
esSpanish
ruRussian

Properties

NameTypeConstraintsDescription
enabled_languagesArray of stringValues: C, cs, de, es, fr, hu, it, ja, ko, pl, pt_BR, ru, zh_CN, zh_TWThe language(s) which will be permitted when the application gateway generates error and management response pages.

Example

server:
  enabled_languages:
    - fr
    - ja