Get the text for id according to the user's preferred language(s).
identifier of string resource (the name attribute)
void main() { import std.stdio, i18n.text; writeln(strings.hello_world); // Default encoding writeln(strings.getEncoded!("hello_world", wstring)); // UTF-16 }
See Implementation
Get the text for id according to the user's preferred language(s).