Hi list,
Just a quick check to see if I'm missing something while trying to build an AIR + HTML app using Localisation...
All is set up and working fine as long as I switch languages in my main app's window, but I'm not (yet) able to get my locale changes to show up in the app's other (Native) windows.
That the locale switch is working in the main app window shows me that it does work, but that I'm probably missing some key piece of info for propagating changes out to the other windows (the local_innerHTML="xxx" fields all show up blank after calling update() ).
In the other Native window's html, I'm including the <script type="text/javascript" src="/lib/air/AIRLocalizer.js"></script>
In the Localization docs, it says that air.Localizer is a Singleton. My assumption would be that switching the app's locale would affect all currently opened and any future windows...
...is this assumption correct?
Do I need to call air.Localizer.localizer.update() on each Native window separately? (Singleton per window instance?) If yes, anyone have a simple working example??
Hope I'm explaining my issue semi-clearly! Happy to provide more details if req.
Cheers,
-Chris