Hi guys,
How do you localize a Dropdown list? You localize the ListItems? what if
the listItems come from the Database? Do you dynamically create unique names
for them?.
Thanks in advance.
Patrick Butler
MasterGaurav - 26 Apr 2005 06:42 GMT
You must have the localized data in the database.
One trick, that I prefer, is to have the table names the format:
RootName_Locale
eg:
SomeTable_en_US
SomeTable_fr_FR
and then populate the DataSource from the corresponding table.
--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
--------------------------------
pbutlerm - 27 Apr 2005 02:14 GMT
Thanks MasterG. We created a table with the Field NAme and translation.
Patrick
> Hi guys,
>
[quoted text clipped - 5 lines]
>
> Patrick Butler
MasterGaurav - 28 Apr 2005 06:13 GMT
Great. I assume, from your response, that your application is alive and
kicking. :-)
--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
--------------------------------