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