_mr (private, deprecated)
_mr locale key message
Defined in packages/acs-lang/tcl/lang-message-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Registers a message in a given locale or language. Inserts the message into the table lang_messages if it does not exist and updates if it does. It assumes that the key is the concatenation of message and package key like this: package_key.message_key Actually, there is very little need for this proc (which is not used in the 300+ packages in the repository), therefore, it is marked as deprecated. Use lang::message::register instead.
- Parameters:
- locale (required)
- Abbreviation for language of the message or the locale.
- key (required)
- Unique identifier for this message. Will be the same identifier for each language
- message (required)
- Text of the message
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.