Gorilla.Utils.Language

Unit Gorilla.Utils.Language.pas

Classes

  • TGorillaLanguageMap = class ( {System.Generics.Collections}TDictionary<System.string,System.string> )

Constants

  • const GORILLA_LANG_EN_US : Integer = $0;
  • const GORILLA_LANG_EN_UK : Integer = $1;
  • const GORILLA_LANG_DE_DE : Integer = $2;
  • const GORILLA_LANG_DE_AT : Integer = $3;
  • const GORILLA_LANG_DE_CH : Integer = $4;
  • const GORILLA_LANG_DEFAULT : string = "en-us";
  • const GORILLA_LANG_MAX : Integer = $4;

Mics. types

  • type TGorillaLanguage = integer;

Functions / Procedures

TGorillaLanguageMap

Custom language map to support multilingual fields in components.

Remarks

The hashmap uses the language identifier as key, f.e. "en-us" or the wildcard "*". The value can be any kind of text.

Ancestors

Members

Methods