Hello all
I am trying to implement Localization using Resource Bundle.
when i try to change the locale at runtime , text of Button and label
are getting changed but Tab bar label property is not changing.
<mx:dataProvider>
<mx:Object label="{resourceManager.getString('Glocale','Videos')}"
data="videoViewS"/>
<mx:Object label="{resourceManager.getString('Glocale','Maps')}"
data="mapsViewS"/>
</mx:dataProvider>
if any has come across/ knows how to handle this pls let me know.
thnx in advance
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" 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/flex_india?hl=en.