Hosting Quota Notifications 1.X For WHMCS
From ModulesGarden Wiki
(Difference between revisions)
(→How To Change WHMCS Module Language) |
|||
Line 38: | Line 38: | ||
|style="padding: 0px 0px 30px 15px;"|Act accordingly to the above instructions to implement any changes in the language files of our modules. <br/>In case you have any doubts or encounter any problems we will do our best to provide you with adequate assistance. | |style="padding: 0px 0px 30px 15px;"|Act accordingly to the above instructions to implement any changes in the language files of our modules. <br/>In case you have any doubts or encounter any problems we will do our best to provide you with adequate assistance. | ||
|} | |} | ||
+ | ==How To Change PrestaShop Addon Language== |
Revision as of 13:34, 6 July 2016
How To Change WHMCS Module Language
Please note that not all of our modules are provided with Multi-Language Support.
1. Changing WHMCS module language is very simple. First of all, go to 'lang' folder located in your module or templates directory (that depends on the module). Now copy 'english.php' file and rename the newly copied directory with your desired language, for example 'spanish.php'. |
![]() |
2. Open your personalized file now and replace particular sentences with ease. For presentation purposes we changed ['manage header'] from 'Manage' to 'Ordenar'. Do not forget to save the changes! |
![]() |
3. There are two ways you can alter the language:
|
![]() |
|
![]() |
4. Take a look at the screen and you will see that the header has changed to 'Ordenar', which is a direct consequence of our modifications. |
![]() |
Act accordingly to the above instructions to implement any changes in the language files of our modules. In case you have any doubts or encounter any problems we will do our best to provide you with adequate assistance. |