Class Localizator
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides information about localization.
[ExcludeFromCodeCoverage]
public static class Localizator
- Inheritance
-
Localizator
- Inherited Members
Properties
CurrentCulture
Gets the current culture (combination of ISO 639-1 code and ISO 3166-1 alpha-2 code).
public static string CurrentCulture { get; }
Property Value
CurrentLanguage
Gets the current language (two-letter ISO 639-1 code).
public static string CurrentLanguage { get; }
Property Value
Languages
Gets the supported languages.
public static IReadOnlyCollection<string> Languages { get; }