Interface ICultureClient
Allows fetching culture information from M.
Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
GetAllCulturesAsync()
Gets all installed cultures in M.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>IList<>CultureInfo |
All installed cultures. |
GetAllCulturesCachedAsync()
Gets all cached installed cultures in M.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>IList<>CultureInfo |
All cached installed cultures. |
GetDefaultCultureAsync()
Gets the default culture in M.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>CultureInfo |
The default culture. |
GetDefaultCultureCachedAsync()
Gets the cached default culture in M.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>CultureInfo |
The default culture. |