c# - making of multilanguage web site? -


kindly guide me how make site support 2 languages. on joining site use select default language. if user select english pages, button texts , email should in english if user select other language site him should coming in language. following areas language specific.

  1. buttons, labels, headings , captions.
  2. email texts , notifications
  3. all messages including error messages.

important thing want make site in 2 languages later may want convert other languages.

please guide.

thanks

your looking find out options internationalization & localization provided .net. these typically rely on combination of language specific resource files & use of utilities & locale information provided system.globalization namespace. there step-by-step tutorial guides through process here:

http://www.codeproject.com/kb/locale/internationalization_i18n.aspx

the tutorial aimed @ construction of desktop application vast majority of it's contents applicable website/web-app. there fantastic asp.net specific resources available here:

http://wiki.asp.net/page.aspx/55/internationalization/


Comments