lang::message::get (public)

 lang::message::get -package_key package_key -message_key message_key \
    -locale locale -array array

Defined in packages/acs-lang/tcl/lang-message-procs.tcl

Get all properties of a message in a particular locale.

Switches:
-package_key (required)
-message_key (required)
-locale (required)
-array (required)
Name of an array in the caller's namespace into which you want the message properties delivered.
Returns:
The array will contain the following entries: message_key, package_key, locale, message, deleted_p, sync_time, conflict_p, upgrade_status, creation_date_ansi, creation_user, key_description.
Author:
Lars Pind <lars@collaboraid.biz>

Testcases:
test_message_register, upgrade
[ show source ]
Show another procedure: