multi-language using globaluzation and localization
-
Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
-
Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
-
Hi All How i develop multi language website in asp.net for this what steps i need if i already have sqlserver db,design template, requirements stuff and application flow
Hi For Developing Multi-Language site you can achieve this by .net Satelite Assebly concept(globaluzation and localization). For that you need to create seperate resource file for your required language along with all relavant text in respective languages. After then in application all caption, messages and instructins just use relavant key of resorce file so that application pick actual value from relavant resource file with respective lanaguge. With this way it will directly map resource file with client's browser's Language or you can set with client's selection (given dropdown ) and set resource in any of the base pages which you can derieved from all pages and get its value in every page of the application. For how to create Resource file and how to use it please refer below Mircosoft articale. http://msdn.microsoft.com/en-us/library/ms228208.aspx[^]
With Regards, Amit Patel 91-9328488961 India