hello, my name is fariz kahfi
i have some troubles using this API.. i've already set the default language to Deutsch which means i customized the code into this
select_language.selectedIndex = 5;
updateCountry();
select_dialect.selectedIndex = 0;
showInfo('info_start');
as you see, the number 5 above is the index number of the langs variable (Deutsch) and 0 is for the dialect (de-DE), but when i test it, i can input both german and english language..
did i do something wrong? how i can only input german language from the default selected?
thank you