LocalizeMessage1

Synopsis #

Header: fxcg/display.h
Syscall index: 0x12FC
Function signature: int LocalizeMessage1(int msgno, char* result)

Gets the message corresponding to the given number, in the language selected by the user in the Language screen (System menu or start-up wizard).\

Parameters #

  • msgno - number of the message to display. To see all the messages and their numbers, use the TestMode or an add-in like this one.
  • result - pointer to a buffer, with a size of at least 88 bytes, to which the multi-byte string will be copied.