pHioVaEmqwalpvvj
New Member
I am trying to use 2 flash files, where in the first one I select a language and read from the language file using:import mx.lang.Locale;Locale.loadLanguageXML(_global.my_lang);and then load the next from usingloadMovieNum() However, when I load the second one, there is a problem with language - I get "undefined" text instead of language strings. When I try to directly load the second movie (setting the my_lang value to the language code) it works. I don't know what is the problem. It seems as the first language (XML) file is taking over the second one, but not sure.Also, I am using AS2 and looking the solution for AS2 implementation, as the program is quite large to move to AS3 now.Thank you in advance for you suggestions.