Editor.setUILanguage
This methods sets the language of the interface
To change the language to English for example:
// the code for English is 'en'
Editor.setUILanguage('en');
- Documentation
- › API
- › Global objects API
- › Editor.setUILanguage
Editor.setUILanguage( langCode : String)
: String)Arguments
- langCode
- String. The code for the language. Take a look at the language support page to see what languages are supported.
History
| version | event |
|---|---|
| Xopus 3.1.1 | Introduction. |