Set culture to your application according to the client’s browser language

April 2, 2009

As a part of globalization of an application we will require to set culture depending on the which language client’s browser is using. And using these culture we should represent date, numbers, currency etc in specific format. For this we can use Request.UserLanguages. Following is a method which returns the code of language which the browser is using. Read the rest of this entry »