Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available starting with SIL Engine™ 4.5.8

Syntax

i18nText(baseDir, key, language)

...

Excerpt

Returns the i18n text if the key can be resolved. Otherwise, the key itself will be returned.

Warning

Keep in mind that after modifying properties file you have to restart the JIra.


Parameters

Parameter name

Type

Required

Description

baseDir

string

yes

The relative path to the properties files directory. The path is relative to cprime home.

keystringyesKey for the i18ned message.
languagestringyesThe language to use for the i18ned text.

...