Top  | Previous |

system.util.translate

Description

This function allows you to retrieve the global translation of a term from the translation database using the current locale.

Syntax

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