descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
Localization
des
util
localization
interface
Localization :
WordConverter
{
string
name
()
;
bool
has
(
string
key
)
;
wstring
notFound
(
string
key
)
;
}
Members
Functions
has
bool
has
(
string
key
)
name
string
name
()
notFound
wstring
notFound
(
string
key
)
return if opIndex can't find key
Inherited Members
From WordConverter
opIndex
wstring
opIndex
(
string
key
)
Meta
Source
See Implementation
des
util
localization
classes
BaseLocalization
DictionaryLoaderException
DirDictionaryLoader
Translator
interfaces
DictionaryLoader
Localization
WordConverter
properties
_