Change the language
-
HI All:) I have developed a site in English using asp.net 2.0. now the requirement is that i have need to launch the site in other language like the Swedish, Norse, Deutsch etc. I have a master page which content the dropdownlist for the different languages. i want to change the all content( static and dynamic both content) of the site along the user selected language. Please help.. Thanks in advance. With Regards, Srinandan..
-
HI All:) I have developed a site in English using asp.net 2.0. now the requirement is that i have need to launch the site in other language like the Swedish, Norse, Deutsch etc. I have a master page which content the dropdownlist for the different languages. i want to change the all content( static and dynamic both content) of the site along the user selected language. Please help.. Thanks in advance. With Regards, Srinandan..
Hi, Do Search on "Localization", "Globalization", "Resource Files" and "Satellite Assemblies"
Thanks and Regards, Chetan Ranpariya
-
Hi, Do Search on "Localization", "Globalization", "Resource Files" and "Satellite Assemblies"
Thanks and Regards, Chetan Ranpariya
-
Thank for reply, I have worked like these problem using the localization. using localization only we can change the server control language not the whole page mean static content. Regards, Srinandan..
Hi, Its obvious that static content u can not modify from the code coz u have hardcoded those things. The contents which u want to modify as per the language selection should be loaded dynamically. There is no other way. Or You can make as separate pages for each of the language which is not an advisable option so I would not suggest that.
Thanks and Regards, Chetan Ranpariya
-
Hi, Its obvious that static content u can not modify from the code coz u have hardcoded those things. The contents which u want to modify as per the language selection should be loaded dynamically. There is no other way. Or You can make as separate pages for each of the language which is not an advisable option so I would not suggest that.
Thanks and Regards, Chetan Ranpariya
Thanks again. I suppose it not good to load the static contents in dynamic way. Actually i suppose once we change the culture on the page level then the all content should goes under that culture. so the static text should also change along that language. With Regards, Srinandan..
-
Thanks again. I suppose it not good to load the static contents in dynamic way. Actually i suppose once we change the culture on the page level then the all content should goes under that culture. so the static text should also change along that language. With Regards, Srinandan..
Hi, I doubt u can achieve this without using server controls and localization.
Thanks and Regards, Chetan Ranpariya
-
Thanks again. I suppose it not good to load the static contents in dynamic way. Actually i suppose once we change the culture on the page level then the all content should goes under that culture. so the static text should also change along that language. With Regards, Srinandan..
UI culture is solely for inbuilt dotnet controls... -- modified at 7:19 Wednesday 20th June, 2007
Regards, Sylvester G sylvester_g_m@yahoo.com
-
UI culture is solely for inbuilt dotnet controls... -- modified at 7:19 Wednesday 20th June, 2007
Regards, Sylvester G sylvester_g_m@yahoo.com