You're currently browsing the Ignition 8.0 docs. Click here to view the latest docs.

This function is used by Ignition's Expression language.

Description

Returns a translated string, based on the current locale. If the string does not exist in the global translations, the original string will be returned. This function exists in the client and Gateway scopes.

Syntax

translate( stringKey )

  • Parameters

string stringKey - The starting string to translate.

The following feature is new in Ignition version 8.0.8
Click here to check out the other new features

string languageString - The language or locale to use.


  • Results

string - The starting string translated based on the current locale. If the translation does not exist, will return the specified value.

Examples

This expression function does not have any examples associated with it.

  • No labels