Automatic generation produced by ISE Eiffel
class I18N_LOCALE General cluster: i18n description: "Main interface to the i18n library. Provides access to translations and formatting objects for a given locale." create: make Ancestors ANY Queries currency_formatter: I18N_CURRENCY_FORMATTER date_formatter: I18N_DATE_FORMATTER formatted_string (original: READABLE_STRING_GENERAL; token_values: TUPLE): STRING_32 info: I18N_LOCALE_INFO plural_translation (original_singular, original_plural: READABLE_STRING_GENERAL; plural_number: INTEGER_32): STRING_32 plural_translation_in_context (original_singular, original_plural: READABLE_STRING_GENERAL; a_context: detachable READABLE_STRING_GENERAL; plural_number: INTEGER_32): STRING_32 string_formatter: I18N_STRING_FORMATTER translation (original: READABLE_STRING_GENERAL): STRING_32 translation_in_context (original: READABLE_STRING_GENERAL; a_context: detachable READABLE_STRING_GENERAL): STRING_32 value_formatter: I18N_VALUE_FORMATTER Constraints info not void date formatter not void value formatter not void currency formatter not void string formatter not void dictionary not void -- Generated by Eiffel Studio --
For more details: eiffel.org