Versions Compared

Key

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

Availability

This routine is available starting with SIL Engineā„¢ 4.5.8
Info
Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

i18nText(baseDir, key, language)

Package

Alias

Pkg Usage

Warning

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

Description

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 kepler home.

key

string

yes

Key for the i18ned message.

language

string

yes

The language to use for the i18ned text.

...