Container for UI string - either raw value or string resource ID
Set resource id (string) or plain unicode text (dstring) to it, and get dstring.
create string with i18n resource id
create string with raw value
create string with resource id and raw value as fallback for missing translations
Default conversion to dstring
Assign string resource id
Assign raw value
Returns string resource id
Sets string resource id
Get value (either raw or translated by id)
Set raw value using property
See Implementation
Container for UI string - either raw value or string resource ID
Set resource id (string) or plain unicode text (dstring) to it, and get dstring.