Interface ICultureClient

Version: 4.0

Allows fetching culture information from M.

Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface ICultureClient

Methods

GetAllCulturesAsync()

Gets all installed cultures in M.

Declaration
RequestResponse
Task<IList<CultureInfo>> GetAllCulturesAsync()
Returns
TypeDescription
Task<>IList<>CultureInfo

All installed cultures.

GetAllCulturesCachedAsync()

Gets all cached installed cultures in M.

Declaration
RequestResponse
Task<IList<CultureInfo>> GetAllCulturesCachedAsync()
Returns
TypeDescription
Task<>IList<>CultureInfo

All cached installed cultures.

GetDefaultCultureAsync()

Gets the default culture in M.

Declaration
RequestResponse
Task<CultureInfo> GetDefaultCultureAsync()
Returns
TypeDescription
Task<>CultureInfo

The default culture.

GetDefaultCultureCachedAsync()

Gets the cached default culture in M.

Declaration
RequestResponse
Task<CultureInfo> GetDefaultCultureCachedAsync()
Returns
TypeDescription
Task<>CultureInfo

The default culture.

Do you have some feedback for us?

If you have suggestions for improving this article,