 | LanguageGetCurrentLanguage Method |
Gets the language the application is currently using.
Namespace: Slash.GlobalizationAssembly: Slash.Globalization (in Slash.Globalization.dll) Version: 1.0.5843.24183
Syntaxpublic static Language GetCurrentLanguage()
Public Shared Function GetCurrentLanguage As Language
public:
static Language^ GetCurrentLanguage()
static member GetCurrentLanguage : unit -> Language
Return Value
Type:
LanguageName and BCP-47 language tag of the language the application is currently using.
See Also