global.localize¶
Parameters¶
| what | The string to localize. A ZString-encoded string that can contain placeholder for additional arguments in the form %1 to %n. |
| argument | Optional argument(s) to be merged into the string. There may be more than one argument. |
Description¶
Localizes a ZString-encoded string and merges additional arguments into the string.