If you are using SQL Server 2000 you have to do column level Unicode collation of English and Vietnamese. You also need to use nchar 4000, Nvachar 4000 or ntext up to 1gig in max capacity. You also need to do Unicode encoding in Visual Studio. Try the
links below for VS Unicode encoding and download the Microsoft Localization tool kit. Hope this helps.
None
0 Points
1 Post
multi-languages
Sep 27, 2005 04:03 AM|hdminh|LINK
How can I implement multi-languages on ASP.NET.
Thank in advance!
Minh
Member
182 Points
2336 Posts
Microsoft
Re: multi-languages
Sep 27, 2005 05:01 AM|ranganh|LINK
To implement Localization, you need to make use of the Resource Files and display based on the UI and Culture.
Check this http://www.c-sharpcorner.com/Code/2005/April/GlobalizationusingASP.NET.asp for more information.
Thanks.
Harish
http://geekswithblogs.net/ranganh
Contributor
4150 Points
5249 Posts
Re: multi-languages
Sep 30, 2005 05:58 PM|Caddre|LINK
If you are using SQL Server 2000 you have to do column level Unicode collation of English and Vietnamese. You also need to use nchar 4000, Nvachar 4000 or ntext up to 1gig in max capacity. You also need to do Unicode encoding in Visual Studio. Try the links below for VS Unicode encoding and download the Microsoft Localization tool kit. Hope this helps.
http://www.aspnetresources.com/blog/unicode_in_vsnet.aspx
http://www.microsoft.com/downloads/details.aspx?FamilyID=6b6fb09f-f25c-48e9-9e26-b55144600da1&DisplayLang=en
None
0 Points
1 Post
Re: multi-languages
Jan 04, 2006 12:08 PM|Laura_whitley99|LINK
cnc