Editor.setUILanguage
Description
This method sets the language of the interface.
To change the language to English for example:
// the code for English is 'en'
Editor.setUILanguage('en');
Syntax
Editor .setUILanguage (langCode : String)
Arguments
- langCode
-
String. The two-letter code for the language.