Interface ILocalizationService
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