PMIV uses a configuration file called pmiv$language.txt. This file contains the text strings used in PMIV's user interface. It is supplied in English but you can translate it into any language that uses an 8-bit ASCII character set. If you modify the file, you must obey the following rules:
- To translate to another language, change only the right side. For example,
exit=Exit becomes exit=Qwito.
- Do not delete or modify anything that starts with %, for example %u, %s etc. These are placeholders for information that is added by the program. For example,
gopage=Jumps to page %u becomes gopage=Movo %u pago.
- See also:
- PMIV Text Files