Can this product be easily translated into various languages? All preset text in FastFind is stored in 1 file.
/lang/language.ini
The language.ini file contains all the preset text for Fastfind. This file can be edited in any text editor. Here is an example. Just say you wanted to change "Control Panel" to "Admin Area". You need to open the language.ini file and search for Control Panel on its own. You will find a line like:
pageTitle = "Control Panel"
In order to change it, you only need to edit the text within the quotes. So we might change it to:
pageTitle = "Admin Area"
(Note: Sww how we leave the text before the = intact)
If you need to put a double quotation mark inside the text, you can not use a normal ", but instead can use the html entity equivalant: "
Example:
pageTitle = "Secret "Admin" Area"
would return:
Secret "Admin" Area
Once you have changed it, save and re-upload to your site.
If you have any trouble, send in a trouble ticket via the client area.
