tr

Performs the string translation for a statically given language.

The second overload takes a plural form and a number to select from a set of translations based on the plural forms of the target language.

  1. string tr(string key, string context)
    template tr(CTX, string LANG)
    string
    tr
    (
    string key
    ,
    string context = null
    )
  2. string tr(string key, string key_plural, int n, string context)

Members

Functions

tr
string tr(string key, string context)
Undocumented in source. Be warned that the author may not have intended to support it.
tr
string tr(string key, string key_plural, int n, string context)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta