LocalizableString Class

The localizable string class.

All required parameters must be populated in order to send to Azure.

Inheritance
LocalizableString

Constructor

LocalizableString(*, value: str, localized_value: Optional[str] = None, **kwargs)

Variables

value
str

Required. the invariant value.

localized_value
str

the locale specific value.