Settings - Message
Change a build-in English message (the first STRING) into another message (the second STRING). This setting works in combination with the Language setting and will store the new message in memory for the currently selected language. The message is only changed for the current instance of the program, it is not a permanent change.Arguments in messages begin with a percent-sign "%", followed by a number, followed by "u" for an unsigned number or "s" for a string. The arguments may be reorganised based on the number. For example:
- Message("I have found %1n files, containing %2n bytes.","Ik heb %2n bytes gevonden in %1n bestanden.")
- "......"
- '......'
If enclosed by double-quotes then the string may not contain a double-quote.
Syntax
Message(STRING , STRING) |
Example
Message("Finished with disk %1s","Klaar met disk %1s") |
See also:
LanguageSettings