Skip to content

Culture

Taiizor edited this page Mar 1, 2023 · 21 revisions

Culture Class - Skylark.Helper Namespace

The Culture class that provides properties for accessing and modifying culture settings.

Methods

Property Description
All Sets the current culture, current UI culture, default thread culture, and default UI culture to the specified culture.
Current Gets or sets the default culture for the current thread.
CurrentUI Gets or sets the default UI culture for the current thread.
ThreadCurrent Gets or sets the default culture for new threads created within the current process.
ThreadCurrentUI Gets or sets the default UI culture for new threads created within the current process.
Invariant Represents the culture-independent (invariant) culture.
InstalledUI Gets the culture that is associated with the current user's preferred operating system UI language.
CurrentName Gets the culture name of the default culture for the current thread.
CurrentUIName Gets the culture name of the default UI culture for the current thread.
InvariantName Gets the culture name of the invariant culture.
InstalledUIName Gets the culture name that is associated with the current user's preferred operating system UI language.
ThreadCurrentName Gets the culture name of the default culture for new threads created within the current process.
ThreadCurrentUIName Gets the culture name of the default UI culture for new threads created within the current process.
CurrentNativeName Gets the native name of the default culture for the current thread.
CurrentUINativeName Gets the native name of the default UI culture for the current thread.
InvariantNativeName Gets the native name of the invariant culture.
InstalledUINativeName Gets the native name that is associated with the current user's preferred operating system UI language.
ThreadCurrentNativeName Gets the native name of the default culture for new threads created within the current process.
ThreadCurrentUINativeName Gets the native name of the default user interface culture of the current thread.
CurrentDisplayName Gets the display name of the current culture.
CurrentUIDisplayName Gets the display name of the current user interface culture.
InvariantDisplayName Gets the display name of the invariant culture.
InstalledUIDisplayName Gets the display name of the culture that is associated with the current thread's input language.
ThreadCurrentDisplayName Gets the display name of the default culture of the current thread.
ThreadCurrentUIDisplayName Gets the display name of the default user interface culture of the current thread.
CurrentEnglishName Gets the English name of the current culture.
CurrentUIEnglishName Gets the English name of the current user interface culture.
InvariantEnglishName Gets the English name of the invariant culture.
InstalledUIEnglishName Gets the English name of the culture that is associated with the current thread's input language.
ThreadCurrentEnglishName Gets the English name of the default culture of the current thread.
ThreadCurrentUIEnglishName Gets the English name of the default user interface culture of the current thread.
CurrentTwoLetterISOLanguageName Gets the two-letter ISO language name of the current culture.
CurrentUITwoLetterISOLanguageName Gets the two-letter ISO language name of the current user interface culture.
InvariantTwoLetterISOLanguageName Gets the two-letter ISO language name of the invariant culture.
InstalledUITwoLetterISOLanguageName Gets the two-letter ISO language name of the culture that is associated with the current thread's input language.
ThreadCurrentTwoLetterISOLanguageName Gets the two-letter ISO language name of the default culture of the current thread.
ThreadCurrentUITwoLetterISOLanguageName Gets the two-letter ISO language name of the current thread's UI culture.
CurrentThreeLetterISOLanguageName Gets the three-letter ISO language name of the current culture.
CurrentUIThreeLetterISOLanguageName Gets the three-letter ISO language name of the current thread's UI culture.
InvariantThreeLetterISOLanguageName Gets the three-letter ISO language name of the invariant culture.
InstalledUIThreeLetterISOLanguageName Gets the three-letter ISO language name of the culture that is currently installed as the default UI culture on the system.
ThreadCurrentThreeLetterISOLanguageName Gets the three-letter ISO language name of the current thread's culture.
ThreadCurrentUIThreeLetterISOLanguageName Gets the three-letter ISO language name of the current thread's UI culture.
CurrentThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the current culture.
CurrentUIThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the current thread's UI culture.
InvariantThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the invariant culture.
InstalledUIThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the culture that is currently installed as the default UI culture on the system.
ThreadCurrentThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the current thread's culture.
ThreadCurrentUIThreeLetterWindowsLanguageName Gets the three-letter Windows language name of the current thread's UI culture.
Clone this wiki locally