Automatic detection of the language preference of the user as set in his browser
In your web.config file, you need to set the following globalization tag with the values that are presented below:
<system.web>
<globalization
uiCulture="auto"
culture="auto"
enableClientBasedCulture="true" />
</system.web>
In your web.config file, you need to set the following globalization tag with the values that are presented below:
<system.web>
<globalization
uiCulture="auto"
culture="auto"
enableClientBasedCulture="true" />
</system.web>