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 code for the language. Take a look at the Language Support page to see what languages are supported.
History
| version | event |
|---|---|
SDL LiveContent Create 5.1 | Introduction. |