Package de.elo.ix.client
Class TranslateTermC
java.lang.Object
de.elo.ix.client.TranslateTermC
- All Implemented Interfaces:
Serializable
Constants for class TranslateTerm.
- Since:
- 7.00.000.000
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
List of initially supported languages.static final String
Use this value in parametertermIds[.]
to retrieve the system languages.protected int
Maximum term length;static final String
This user profile key stores the registered languages.static final String[]
Use this value as parametertermIds
to retrieve the system languages.static final String
Allowed characters forTranslateTerm.translationKey
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GUID_SYSTEM_LANGUAGES
Use this value in parametertermIds[.]
to retrieve the system languages. -
TASKIDS_FOR_SYSTEM_LANGUAGES
Use this value as parametertermIds
to retrieve the system languages. -
TRANSLATION_KEY_REGEX
Allowed characters forTranslateTerm.translationKey
. Only a-z, A-Z, 0-9 and forward slash, hyphen, underscore and colon are allowed.- Since:
- 21.02.000.005
- See Also:
-
OPT_LANGUAGES
This user profile key stores the registered languages. The items are separated by dot and the order corresponds to the langN-fields in tabletranslations
. Example:de.en.fr
; EIX-3037- Since:
- 21.03.000.014
- See Also:
-
DEFAULT_LANGUAGES
List of initially supported languages. EIX-3037 ForTranslateTerm.langs
andClientInfo.language
, languages have to be specified by their language tags as defined in https://www.rfc-editor.org/rfc/rfc5646- Since:
- 21.03.000.014
-
lnTermLang
protected int lnTermLangMaximum term length;
-
-
Constructor Details
-
TranslateTermC
public TranslateTermC()
-
-
Method Details
-
getLnTermLang
public int getLnTermLang() -
setLnTermLang
public void setLnTermLang(int lnTermLang)
-