Menu
 
 

How to change "xyz" word displayed on "abc" page?

 
Beginning with Version 5.1, it is really very easy to translate Bookingwizz to your preferred
language.  Here's how to do it:
 
1. After installing Bookingwizz, navigate to the languages folder inside the “booking” folder.” You will see one file there called: "English.lang.php"
 
2. Copy this file onto the desktop of your local computer.
 
3. Rename the file to the language you prefer. For example, you might rename it to:
"french.lang.php" or "spanish.lang.php" 
NOTE - You would not use quotes. We’re using them here only as an example.
 
4. Open the new file in any text editor (Notepad, for example), and you will see lots of code which will start with "define(...."
 
5. Now, all you need to do is translate the second part of each "define" statement, like this:
 
Before: define("SOME_VAR_HERE", "Welcome to Booking Wizz");
After(French example): define("SOME_VAR_HERE", "Bienvenue a Booking Wizz");
 
6. After all needed text strings are translated, upload your new file to the languages directory in the “booking” folder.
 
7. Navigate to your Bookingwizz admin settings page and select your new language in the languages drop-down box. That's it!