OK, that's fair enough. In that case, is there any way to completely unload the map and re- load it, initializing it again with a different language? I've tried a few things (removing all the instances from the stage etc) but nothing seems to have any effect.
Much thanks, Sam On Oct 8, 1:15 am, "pamela (Google Employee)" <[EMAIL PROTECTED]> wrote: > Hi Sam- > > The map language can not be set after the Map has been initialized. > All the messages are sent down along with the library. We'll clarify > that in the docs. > > - pamela > > On Wed, Oct 8, 2008 at 1:42 AM, deanWombourne > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm writing a UI that much be localisable and one of the requirements > > of this is to change the language of the map controls at runtime. > > However, if I try to change the map language, I get a 'Configuration > > parameters can no longer be changed' error. > > > var map:Map=new Map(); > > map.language='GB'; > > > .. later on ... > > > map.language='FR'; > > -- FAIL HERE -- > > > Does anyone have any ideas? It seems to throw this error even if I > > create a new map with the new language. > > > Thanks, > > > Sam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
