We want develop a system in different languages. Naturally, all the content of these sites will be in the respective language. The content includes static text, form labels, prompts, error messages and similar things. In addition you would also like to take care of things such as date formats and number formats. Typically you will choose one of the following approaches to develop such web sites The culture can be set for a thread using Thread.CurrentThread.CurrentCulture property. using System.Threading.CurrentThread The culture can be set for a thread using Thread.CurrentThread.CurrentCulture property. System.Threading. Thread .CurrentThread.CurrentCulture = new CultureInfo ( "en-US" ); HTML < html xmlns ="http://www.w3.org/1999/xhtml"> < head runat ="server"> < title > Untitled Page </ title > </ head > < body > < form id ="form1" runat ="server"> ...
To Share Experiences of upcoming Microsoft Technologies...