Quote from
Vadim on June 12, 2023, 2:45 pm
@pauljonestindall
This all depends on the plugin. If it contains a simple text file, it is sufficient to translate the strings into the desired language.
An example of a .loc fragment (like Andrei Solodyankin's):
001*Select image file (*.jpg;*.jpeg;*.bmp;*.png;*.ico,*.gif):
002*Select folder to save:
003*Maximum file size to be saved (width or height):
004*Select frame color or leave blank:
An example of a .ini fragment (like Hans-Peter Wickern's):
hpwDateTimePickSet=Change the value of an existing date&time picker.
hpwBitmapToRtf=Convert a BMP to RTF and store it in a variable.
hpwRtfToBitmap=Convert a RTF-Stream to a BMP/JPG/TIF-file.
hpwMimeEncodeFile=Convert a binary file a MIME-encoded file.
hpwMimeDecodeFile=Convert a MIME-encoded file back to binary file.
@pauljonestindall
This all depends on the plugin. If it contains a simple text file, it is sufficient to translate the strings into the desired language.
An example of a .loc fragment (like Andrei Solodyankin's):
001*Select image file (*.jpg;*.jpeg;*.bmp;*.png;*.ico,*.gif):
002*Select folder to save:
003*Maximum file size to be saved (width or height):
004*Select frame color or leave blank:
An example of a .ini fragment (like Hans-Peter Wickern's):
hpwDateTimePickSet=Change the value of an existing date&time picker.
hpwBitmapToRtf=Convert a BMP to RTF and store it in a variable.
hpwRtfToBitmap=Convert a RTF-Stream to a BMP/JPG/TIF-file.
hpwMimeEncodeFile=Convert a binary file a MIME-encoded file.
hpwMimeDecodeFile=Convert a MIME-encoded file back to binary file.