Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on an asp .net application with VB as code behind. Now i have a big challenge in front to make the application multilingual.

I googled a lot, and found the only solution as to create resource files for all the languages. The problems i have are:

1. My application has more the 600 web forms. I'll have to create 600 additional file per language.

2. We have not used LABEL controls for captions. Instead we have just typed appropriate texts in
tags. That means we'll have to convert all the captions to LABEL controls.

3. Even after doing this much, the text being typed by the user will be in english or any one language.

Is resource file the only solution for creating multilingual application?
Is there any method available using which the pages get translated automatically as the user visits them.

Please help me to get out of this big trouble.
Posted

1 solution

I used google to search for "make a web page multilingual", and this was the first of over 2.1 MILLION results returned:

http://fci-h.blogspot.com/2008/02/how-to-create-malty-lingual-web-site.html[^]

 
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