Difference between revisions of "LocalizeMessage1"
From WikiPrizm
Jump to navigationJump to searchLine 8: | Line 8: | ||
| synopsis = 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). | | synopsis = 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). | ||
}} | }} | ||
+ | [[Category:Syscalls:Locale]] |
Latest revision as of 18:31, 15 November 2014
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.