deferred class DUMMY_GET_TEXT
Summary
Direct parents
Inherit list: NUMBER_GET_TEXT, TERMINAL_GET_TEXT
Overview
Features
{ANY}
{FILTER_GET_TEXT}
{ANY}
{ANY}
{ANY}
{ANY}
{}
{ANY}
  • text_domain: STRING
    The default text domain (namespace in which messages are looked up)
{}
  • init
    Initialise with default values.
translation (message: STRING): STRING
effective function
{ANY}
Translation of message into current locale
The translation is looked up in the default text domain.
number_translation (message_1: STRING, message_other: STRING, n: INTEGER_32): STRING
effective function
{ANY}
domain_translation (domain_name: STRING, message: STRING): STRING
effective function
Translation of message into current locale
The translation is looked up in the text domain domain_name.
domain_number_translation (domain_name: STRING, message_1: STRING, message_other: STRING, n: INTEGER_32): STRING
effective function
register_domain (domain_name: STRING)
effective procedure
Used by a FILTER_GET_TEXT to let the filtered GET_TEXT know that it will use the text domain domain_name.
set_environment_variable (variable: STRING, value: STRING)
effective procedure
{ANY}
Try to assign the value to the system environment variable (like SYSTEM.set_environment_variable).
set_message_locale (locale_name: STRING)
effective procedure
{ANY}
Set the locale (roughly, the language) in which the program should output messages.
set_default_message_locale
effective procedure
{ANY}
Try to read the default locale in the environment (environment variable, register, ...)
message_locale: STRING
writable attribute
{ANY}
The locale (roughly, the language) in which the program should output messages.
is_message_locale_set: BOOLEAN
effective function
{ANY}
is_text_domain_set: BOOLEAN
effective function
{ANY}
Was a default text domain set?
is_text_domain_set_up (domain_name: STRING): BOOLEAN
effective function
{ANY}
Is Current ready to translate messages from domain domain_name?
bind_text_domain_code_set (domain_name: STRING, code_set: STRING)
effective procedure
{ANY}
text_domain_code_set (domain_name: STRING): STRING
effective function
{ANY}
The encoding of the Result of xxx_translation
text_domain_code_sets: DICTIONARY[STRING, STRING]
writable attribute
{}
text_domain: STRING
deferred function
{ANY}
The default text domain (namespace in which messages are looked up)
init
effective procedure
{}
Initialise with default values.