Hi,
ExiftoolGui version 6.3.1 is multilanguage.
However, the language files are only contained in the installer: 'ExifToolGUI_install_6.3.1.0.exe'.
The language files are .dlls with the extension of the state to which they refer and were created for both the 32-bit and 64-bit versions.
How to get language files easily:
extract the installer with UniExtract (it is a file created with Inno setup).
you will get (for the 32 bit version) the following dlls:
- ExifToolGui.CHS Chinese simplified
- ExifToolGui.DEU Deutschland (Germany)
- ExifToolGui.ENU English
- ExifToolGui.ESP Espana (spanish)
- ExifToolGui.FRA francais (France)
- ExifToolGui.ITA Italia (Italy)
- ExifToolGui.NLD Nederlands
- ExifToolGui.PTB Portuguese
naturally the choice of language will be up to the installer with the following syntax:
(from command line)
-->exiftoolgui.exe /lang=ITA
(for more details see the installer builded with InnoSetup script).
I've implemented it both automatically with the PA.c Platform and by setting an INI setting if used without the platform: https://portableapps.com/apps/graphics_pictures/exiftoolgui-portable#dow...
Sometimes, the impossible can become possible, if you're awesome!
Thanks.
Please update App Notes - Changing Languages: in this page: https://portableapps.com/apps/graphics_pictures/exiftoolgui-portable
CHS for Simplified Chinese (and not CHD).
Thanks for the heads up
Sometimes, the impossible can become possible, if you're awesome!