Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have developed a website using Asp.net and C#. now i want to translate the existing website in different different language. this is very heavy website and can not create resource file for each page.
please suggest me best way to support multilingual in existing website without creating .resx (resource file)

Thanks
Gulshan
Posted

1 solution

well simplest way is to use google translate tool in your website. other options may be set something on database but again this will be same like different resource file for different language.


what we are using in one of our project that we save the records to xml file and allow users only to modify that based on their language / words they are mainly use in theire company. some branches called it job code while other called it job number so based on their need admin can change things once and after that it will load from the database.
(however this will be used where u have fileds with less description.) if you need to display long paragraphs and other contents google translate would be a good idea.
 
Share this answer
 
Comments
Karthik_Mahalingam 23-Jan-14 8:31am    
5
gulshan kumar roy 24-Jan-14 1:39am    
Please can you provide me Demo and source code to use google translator or using XML database file.
Thanks in advance.

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