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