Table of Contents

Interface ILocalizationService

Namespace
Oqtane.Services
Assembly
Oqtane.Client.dll

Service to retrieve localizations (Culture)

public interface ILocalizationService

Methods

GetCulturesAsync(bool)

Returns a collection of supported cultures

Task<IEnumerable<Culture>> GetCulturesAsync(bool installed)

Parameters

installed bool

Returns

Task<IEnumerable<Culture>>