BaseLocalization

Constructors

this
this(string dName, wstring[string] dict)

Members

Functions

has
bool has(string key)

find in dict

name
string name()

returns dict_name

notFound
wstring notFound(string key)

return bad string

opIndex
wstring opIndex(string key)

return dict element

Variables

dict
wstring[string] dict;
dict_name
string dict_name;

Inherited Members

From Localization

name
string name()
has
bool has(string key)
notFound
wstring notFound(string key)

return if opIndex can't find key

Meta