S
Steven Nagy
Hiyas
Our app has a search field where you can select a country drop down
and then enter some search criteria that is address based. We want the
labels on the search form to change based on what country you select.
For example, if I select UK, it might ask for District and Borough
(sp?). Whereas if I select Australia, I need it to say State and
Postcode. For the US it might say Zip instead.
I figure best way is to store all these labels in a resx file by
locale, and when I select UK from ddl, it passes en-uk locale to my
control, which loads the correct labels.
Before I start typing out all the locales in my resx file, I'd like to
know if it already exists. No doubt it does, but couldn't find it by
searching. Anyone know of such a file or even a control that supports
it all?
Cheers,
Steve
Our app has a search field where you can select a country drop down
and then enter some search criteria that is address based. We want the
labels on the search form to change based on what country you select.
For example, if I select UK, it might ask for District and Borough
(sp?). Whereas if I select Australia, I need it to say State and
Postcode. For the US it might say Zip instead.
I figure best way is to store all these labels in a resx file by
locale, and when I select UK from ddl, it passes en-uk locale to my
control, which loads the correct labels.
Before I start typing out all the locales in my resx file, I'd like to
know if it already exists. No doubt it does, but couldn't find it by
searching. Anyone know of such a file or even a control that supports
it all?
Cheers,
Steve