Languages¶
Lite embeds can be loaded in a different language by passing in a language code. This language code will be used to localise range names and attribute labels.
By default all embeds will load in English (US), the default language for the embeds on a given site can be changed on request if required.
Set up¶
Any embed can be loaded in a differet langauge by passing in the desired language code as the language
parameter in the constrctuor, like so:
const specCheck = new SpecCheckLite({
// ...
language: "fr", // Load embed in French
}).create();
Language Codes¶
en
- Englishus
- English (US)zh
- Chinesehr
- Croatiancs
- Czechda
- Danishnl
- Dutchfi
- Finnishfr
- Frenchde
- Germanhu
- Hungarianit
- Italianja
- Japaneseko
- Koreanno
- Norwegianpl
- Polishpt
- Portuguesero
- Romanianru
- Russianes
- Spanishsv
- Swedishtr
- Turkish
Further Assistance¶
If you have any questions at all then please contact our support team by emailing [email protected]