agettext
msg_string=agettext (msg_id)
This function retrieves the message msg_id from the default message file.
|
Use amo_text to retrieve a localized message from a user-defined message file.
|
If the function executes correctly, it returns the string for the desired message ID. If the function fails, it returns the value of the msg_id argument.
Example
msg_string = agettext('Context checking is disabled')
Related Topics