|
If your language is not supported please copy one of the files in editor/config/localization to <your language>.js i.e. ru.js.
Then set the language parameter in config.js (PHP,JSP,ASP) or language property in ASP.Net to the <your language> string (in upper case).
var language = "RU";
|