UIStringList

UI string translator

Members

Functions

clear
void clear()

remove all items

get
dstring get(string id)

get item value, null if translation is not found for id

load
bool load(std.stream.InputStream stream)

load strings from stream

load
bool load(string filename)

load strings from file (utf8, id=value lines)

set
void set(string id, dstring value)

set item value

Meta