UIString

container for UI string - either raw value or string resource ID

Constructors

this
this(string id)

create string with i18n resource id

this
this(dstring value)

create string with raw value

Alias This

value

default conversion to dstring

Members

Functions

opAssign
UIString opAssign(string ID)

assign ID

opAssign
UIString opAssign(dstring rawValue)

assign raw value

Properties

id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
dstring value [@property getter]

get value (either raw or translated by id)

value
dstring value [@property setter]

set raw value

Meta