Message files / Usage |
Message files define text messages with a unique integer identifier.
Several message files can be created and loaded by the same program.
Message files are typically used to implement application help system, and are especially designed for the the TUI mode.
In order to use a message file, do the following:
Message files provide a simple way to implement a help system in your application.
For other application messages and texts, consider using localized strings instead of message files.