Parameters for Creating a LOC Translation File - Forum

Forum Navigation
You need to log in to create posts and topics.

Parameters for Creating a LOC Translation File

Does anyone have instructions, how to, or the parameters for creating a plugin LOC translation 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.