How can I add a new language ?

pinEdit

How can I add a new language ?


Pintexx Support 08-31-2005, 4:05

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";