Dynamic ImageBundle selection ?

2009-06-12 Thread ciukes
Hi, My application will by displaying a country flag depending on a locale selected form list. All the flags are gathered within LocaleFlag (extends ImageBundle). I want to be able to get flag image out of LocaleFlag having only a locale name string in hand. List selection - Locale name string

Re: Dynamic ImageBundle selection ?

2009-06-12 Thread Thomas Broyer
On 12 juin, 12:36, ciukes ciu...@gmail.com wrote: My application will by displaying a country flag depending on a locale selected form list. All the flags are gathered within LocaleFlag (extends ImageBundle). I want to be able to get flag image out of LocaleFlag having only a locale name