Method ApplyLocale
ApplyLocale(Locale, Locale)
Apply the TrackedProperties for variantLocale
.
If a value does not exist for this locale then the value for defaultLocale
is used as a fallback.
Declaration
public abstract AsyncOperationHandle ApplyLocale(Locale variantLocale, Locale defaultLocale)
Parameters
Type | Name | Description |
---|---|---|
Locale | variantLocale | The chosen variant to apply to Target. |
Locale | defaultLocale | The fallback Locale to use when a value does not exist for this variant. |
Returns
Type | Description |
---|---|
AsyncOperationHandle |