system.util.translate
This function allows you to retrieve the global translation of a term from the translation database using the current locale.
system.util. translate( term )
-
Parameters
String term - The term to look up.
-
Returns
String - The translated term.
-
Scope
Client
system.util. translate( term, locale, strict )
-
Parameters
String term - The term to look up.
String locale
Boolean strict
-
Returns
String - The translated term.
-
Scope
Client
There are no examples associated with this scripting function