t I want to build an web application bu using .NET Dynamic Data that support multi language ( not programing language) , such as : English, vietnamse, . . . .
ex :
I have Products table includes ProductID,ProductName_EN, ProductName_VN, SuplierID field
Also Suppliers table includes SuplierID,SupplierName_EN,SupplierName_VN field
when User chooses the language is EN then user can modify on xxx_VN field.
also view the xxx_VN field in parent table ( foreign key)
Thank you very much for your reply, but this is not what i need. I built data-deriven application with English language and i want to build it with another language .
None
0 Points
8 Posts
How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Sep 22, 2012 05:43 AM|haitham alshamy|LINK
t I want to build an web application bu using .NET Dynamic Data that support multi language ( not programing language) , such as : English, vietnamse, . . . .
ex :
I have Products table includes ProductID,ProductName_EN, ProductName_VN, SuplierID field
Also Suppliers table includes SuplierID,SupplierName_EN,SupplierName_VN field
when User chooses the language is EN then user can modify on xxx_VN field.
also view the xxx_VN field in parent table ( foreign key)
Member
193 Points
446 Posts
Re: How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Sep 22, 2012 08:42 AM|Silverlight.Shailendra|LINK
Your problem gets resolve here :
http://mosesofegypt.net/post/Applying-localization-with-MasterPages.aspx
None
0 Points
8 Posts
Re: How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Sep 22, 2012 09:44 AM|haitham alshamy|LINK
This solution not for dynamic data asp.net.
I want to build Daynamic data asp.net with multi-language not for web form asp.net.
Member
436 Points
317 Posts
Re: How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Sep 27, 2012 02:33 PM|Tim Cadieux|LINK
Solution with downloadable Source code
http://everymanprogrammer.com/index.php/asp-net-easily-make-your-web-application-multilingual-part-1/
***
Mark the replies as Answers if they answered your question.
None
0 Points
8 Posts
Re: How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Sep 29, 2012 10:14 AM|haitham alshamy|LINK
Thank you very much for your reply, but this is not what i need. I built data-deriven application with English language and i want to build it with another language .
None
0 Points
1 Post
Re: How to build Multi-Language web Application With ASP.Net Dynamic Data ?
Oct 11, 2012 05:23 AM|Kaushalam|LINK
The information passed here is sufficient for me to understand the concept of multi language application.