Strings

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

I18NString
alias I18NString = dstring
Undocumented in source.
I18NString
alias I18NString = wstring
Undocumented in source.
I18NString
alias I18NString = string
Undocumented in source.
I18NString
alias I18NString = string

Default encoding for string resources, returned by Strings.opDispatch.

Properties

opDispatch
I18NString opDispatch [@property getter]
getEncoded
S getEncoded()

Get the text for id according to the user's preferred language(s).

Static functions

identifierExists
bool identifierExists(string id)

Templates

getEncoded
template getEncoded(string id, S, string file = __FILE__, uint line = __LINE__)
Undocumented in source.
getEncoded
template getEncoded(string id, S)
Undocumented in source.
opDispatch
template opDispatch(string id, string file = __FILE__, uint line = __LINE__)
Undocumented in source.
opDispatch
template opDispatch(string id)
Undocumented in source.

Meta