Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am working on a web application being developed on ASP.NET 3.5 C# and SQL server 2005. I need to convert my application into multiple languages. For static labels and static content, this can be achieved by creating the required .resx files. This is not an issue in the case of numbers, currency and dates. The main issue is dealing with the data that is stored in the Database. I need to bind the data to the dropdownlists and other databound controls from the database in the specified language. I googled a lot regarding manipulating the data stored in the database. Found that we must store the text in nvarchar instead of varchar. Please help me in Storing and retrieving the data in the specified language from database in unicode format and achieve I18N.
Posted
Updated 28-Sep-11 7:50am
v2

1 solution

Look into Localization toolkit:
http://msdn.microsoft.com/en-us/library/aa479334.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900