Hi,
I am having some issues with internationalization:
1) When I change my language preference for testing purposes (e.g. to French as described
here), most of Yahoo! Mail (that is, everything except the news in the "what's new" tab) remains in English. Is this the normal behavior or is there a problem with the language switch?
2) The "response.user.lang" variable received by the "getParameters" callback handler seems to always be "en-US", even though my language preference is set to French. The sample "Hello World i18n" uses "getParameters" and seems to be broken. It appears nicely translated in the list of installed applications, but when clicked on, the tab content appears in English.
3) Calling "getUserLanguages" causes a JavaScript error ("Cannot read property '1' of null"). The match in this function seems to return null.
At last, there is a typo in the
doc. The user's language preference variable is apparently called "lang" and not "language".
Thanks for your help!