Answered
AS 2 help please
Hi all, I need a script to check platform user language and
then load external XML files with corresponding en, fr, and de
identifiers. I have the script below, but need to adapt it to load
English, French or German XML depending on user language
menuXML.load("mainMenuXML.xml");
function initMainMenu() {
createMainMenuItems();
}
Many thanks in advance
menuXML.load("mainMenuXML.xml");
function initMainMenu() {
createMainMenuItems();
}
Many thanks in advance