Though front-end client users can always select a supported language using the Culture drop-down list (and their selection can be remembered for later visits), you can set a default using the default key in the language object. The value of the default key can be set to any supported ISO language code listed in the following table.
ISO Code |
Language |
---|---|
en |
English |
de |
German |
es |
Spanish |
fr |
French |
it |
Italian |
ja |
Japanese |
ko |
Korean |
nl |
Dutch |
pt |
Portuguese |
ro |
Romanian |
tr |
Turkish |
zh |
Chinese (Simplified) |
zh-tw |
Chinese (Traditional) |
For example, to set the default language as French, configure the default key as follows:
"default": "fr"