Table of Contents

Class Localizator

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Provides information about localization.

public static class Localizator
Inheritance
Localizator
Inherited Members

Properties

CurrentLanguage

Gets the current language.

public static string CurrentLanguage { get; }

Property Value

string

Languages

Gets the supported languages.

public static IReadOnlyCollection<string> Languages { get; }

Property Value

IReadOnlyCollection<string>