Method SetValue
SetValue(LocaleIdentifier, T)
Assigns a value for the chosen LocaleIdentifier.
Declaration
void SetValue(LocaleIdentifier localeIdentifier, T value)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | localeIdentifier | The LocaleIdentifier the variant should be applied to |
T | value | The variant value for the LocaleIdentifier. |