flex - Locale does not get change in titleWindow -


I have some labels in my title in my application when I change the locale, it changes but in the title Labels window does not change. When I check the locale series using sourceManager.localeChain , it returns the locale's array and the new selected location is on its zero index. I can not find a way to fix this problem

Did you change resourcesChanged from TitleWindow Have tried to override the method? Override Protected Function Resources changed (): Zero {super.resourcesChanged (); // Load some compartments. Load the labels - resourceManager.getString ('label', 'THE_LABEL'); }

This method changes the resource manager every time (an event "transmitting" event that transfers), even when that place is updated, is also called.

Comments