Setting the Language For Error Messages
Information for setting the language for error messages can be found on the Dynarithmic Github page. Note that the name of the resource files are divided into two sections, where the file name after the underscore ("_") denotes the language. In addition to doing this programatically, you can also set the default language using the default= setting in the INI file: An example: ; Set the default to French [Language] default=french For the above example, the twainresourcestrings_french.txt file is used for the French resource strings, and the name for the default is always the text after the underscore ("_") in the resource file name. ; Set the default to French [Language] default=spanish For the above example, the twainresourcestrings_spanish.txt file is used for the Spanish resource strings. If no [Language] setting is present, the default language is english. |