LocalizableString interface
The localizable string class.
Properties
localized |
the locale specific value. |
value | the invariant value. |
Property Details
localizedValue
the locale specific value.
localizedValue?: string
Property Value
string
value
the invariant value.
value: string
Property Value
string