$adilang » History » Version 4
Per Amundsen, 08/09/2015 05:59 AM
1 | 1 | Per Amundsen | _Added in 1.9.2_ |
---|---|---|---|
2 | 2 | Per Amundsen | |
3 | 3 | Per Amundsen | *$adilang(text)* |
4 | 1 | Per Amundsen | |
5 | Returns a localized value from English to current language, if no translation exist, the English value is returned. |
||
6 | 3 | Per Amundsen | |
7 | *Parameters* |
||
8 | |||
9 | text - Text to translate. |
||
10 | 4 | Per Amundsen | |
11 | *Example* |
||
12 | |||
13 | <pre> |
||
14 | //echo -ag Translation for 'Commands' is $adilang(Commands) |
||
15 | </pre> |