DH5App.language

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string language()
  2. O language(string newLang)
    class DH5App
    O
    language
    (
    this O
    )
    (
    string newLang
    )

Examples

Page parameters - will be used to communicate between components

assert(H5App.parameters == null);
assert(H5App.parameters(["x":"y"]).parameters == ["x":"y"]);
assert(H5App.parameters("x", "y").parameters == ["x":"y"]);

Meta