Table of Contents

Interface ILocalizationSettings

Namespace
GroupeIsa.Neos.Shared.Localization
Assembly
GroupeIsa.Neos.Shared.dll

Provides the functionalities of a localization settings.

public interface ILocalizationSettings

Properties

AdditionalLanguages

Gets the list of languages except the default one.

IEnumerable<string> AdditionalLanguages { get; }

Property Value

IEnumerable<string>

DefaultLanguage

Gets the default language.

string DefaultLanguage { get; }

Property Value

string

LanguageCount

Gets the count of languages (including default language).

int LanguageCount { get; }

Property Value

int