Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i change the language in a all the controls in a webform whose data is dynamic in multilingual website in c#. there are two dropdowns in a page one is to change the language of the website and another contain data. if i change the language using one drop down the second dropdown text should change to the selected language in the first dropdown.
Posted
Updated 26-Apr-15 23:49pm
v4
Comments
Ankur\m/ 27-Apr-15 5:36am    
You will need to set Culture of your site to the language you want.
You have given very less detail for us to answer specifically.
F-ES Sitecore 27-Apr-15 7:03am    
Globalisation is a massive topic. This is normally done using resource files with a different resource for each language and the controls get their data from the resource files. If you google globalisation using resource files in .net you'll find some examples to get you started.

1 solution

Please check this url.

<a href="http://www.dotnetfunda.com/articles/show/2410/using-google-translator-to-change-language-in-your-website">http://www.dotnetfunda.com/articles/show/2410/using-google-translator-to-change-language-in-your-website</a>
 
Share this answer
 
v3

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