Thank you Dinu and Jehanzeb. Both are good solutions, but it's not what i want. I have a folder called locale. Inside it there's the localized strings properties files, it's selected on compilation. I was thinking more of loading xml files into resource bundles.
On Sat, Feb 23, 2008 at 6:13 AM, Jehanzeb Musani <[EMAIL PROTECTED]> wrote: > If you are using XML file to create menus, what you > can do is specify the localized names of the menus > item in XML file too. For example add a node > "DisplauNames" in every menu item xml configurations > that contains the localized name for them. > > <DisplayNames> > <Name language="en_US" text="Test" /> > <Name language="en_UK" text="Test" /> > </DisplayNames> > > > --- Jhonny Everson <[EMAIL PROTECTED] <khronnuz%40gmail.com>> wrote: > > > Hi, > > > > I'm using resourceBundles ( .properties files) to > > define multiple locales, > > it's working except that I have a MenuBar which uses > > an XML file to define > > it's items. How can I can localize the menu items > > too? > > > > -- > > Jhonny Everson > > > > __________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > -- Jhonny Everson

