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');

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
Xopus 3.1.1 Introduction.