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 Did you change resourcesChanged from TitleWindow Have tried to override the method? This method changes the resource manager every time (an event "transmitting" event that transfers), even when that place is updated, is also called. 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
Override Protected Function Resources changed (): Zero {super.resourcesChanged (); // Load some compartments. Load the labels - resourceManager.getString ('label', 'THE_LABEL'); }
Comments
Post a Comment