evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
I18n
evael
system
I18n
Undocumented in source.
class
I18n {
this
();
void
setLocale
(string language);
auto
opDispatch
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
setLocale
void
setLocale
(string language)
Properties
opDispatch
auto
opDispatch
[@property getter]
Returns a TranslationNode for a translation key
Meta
Source
See Implementation
evael
system
I18n
classes
I18n
structs
TranslationNode