At the initialization of my app I add two languages:
Code: Select all
var ptBR:StiLanguage = StiLanguage.fromUrl("localeReport/pt-BR.xml", "", "Português (Brasil)", "");
var es:StiLanguage = StiLanguage.fromUrl("localeReport/es.xml", "", "Español", "");
StiLocalization.addLanguage(ptBR);
StiLocalization.addLanguage(es);
StiLocalization.setLanguage(ptBR);
Can you help me?
What is the problem?
Thanks.
[EDIT]: current version is 2012.1.1207