create string with raw value; deprecated, use fromRaw() instead
create string with resource id and raw value as fallback for missing translations
Default conversion to dstring
returns true if string is empty: neither resource nor string is assigned
Assign raw value
Assign string resource id
Returns string resource id
Sets string resource id
Get value (either raw or translated by id)
Set raw value using property
create UIString from id - will be translated; fallback value can be provided for cases if translation is not found
Create UIString from raw utf32 string value - will not be translated
Create UIString from raw utf8 string value - will not be translated
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.