Click or drag to resize

Language Properties

The Language type exposes the following members.

Properties
  NameDescription
Public propertyCulture
.Net culture name, for instance en-US. The culture is assigned as UI culture (Thread.CurrentThread.CurrentUICulture) when a user authenticates.
Public propertyDefault
English is always the default.
Public propertyDisabled
Is the language enabled?
Public propertyDisplayName
Name of the language in that language. E.g.: English, Dansk, Deutsch.
Public propertyId
Internal ID.
Public propertyLangCode
Unique LangCode for the language. BCP-47 Language tag. https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.name(v=vs.110).aspx
Public propertyName
Name of the language in english. E.g.: English, Danish, German.
Top
See Also