system.util.translate(term, locale, strict)
String term - The term to look up.
String locale - Which locale to translate against. Useful when there are multiple locales defined for a single term. If omitted, the function attempts to use the current locale (as defined by the client, session, or Designer). [Optional]
Boolean strict - If false, the function will return the passed term (param 1) if it could not find a defined translation for the locale: meaning, if you pass a term that hasn't been configured, the function will just send the term back to you. If true, then the function will return a None when it fails to find a defined translation. Default is false. [Optional]
String - The translated term.
Vision Client
The following feature is new in Ignition version
8.0.8
Click here to check out the other new features
As of version 8.0.8, the scope of this function was expanded to include the Gateway and Perspective.