I developed a web application and it is a dynamic site. Can I place a multilingual option for my site?
If yes, are there any plugins for that? How can I go further to develop a multilingual application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We have the DropdownList control. On its
SelectedIndexChangedevent, it postbacks and we then change the site culture, and it then loads the respective resource files…DropDownList ASP.NET Code
Common class inherited by all of the web pages
Extension Method (just for sake of information)
Please review these link before starting to implement:
These make all of your pages to use inherit from the
languagebaseclass as below: