Normally, the user's culture is obtained from the browser's settings. When not blank, the UserCulture attribute over-rides the browser's culture setting with another value.
UserCulture can be set with a token value, such as @Session or @Request.
The culture is specified as a string, like "en-us". To see a list of cultures, open IE, select Tools, Internet Options, Languages, then Add.
|