__($message, $default = null)¶Retrieves a translation from the last loaded dictionary.
| Parameters: |
|
|---|---|
| Returns: | The translation or |
n__($singular, $plural, $n = false)¶The plural version of __. Some languages have more than one form for plural messages dependent on the count.
| Parameters: |
|
|---|---|
| Returns: | The translation or, if not founded, $singular is returned if n == 1, otherwise $plural
If third parameter is ommited and translation founded, return an
array of singular and plural forms |
___($group, $message, $default = null)¶Retrieves a translation from a specific dictionary.
| Parameters: |
|
|---|---|
| Returns: | The translation or |