...
Excerpt | ||
---|---|---|
| ||
translate(value) Will translate the value according to the application running and the current user's locale |
Function: translate()
Will translate the Use this function to translate a value according to the application running and the current user's locale. Can It can additionally have extra parameters which that will not be translated.
Syntax
translate(value, arg0,.....argN)
...