General
From ModulesGarden Wiki
(Difference between revisions)
Line 5: | Line 5: | ||
'''<span style="color: #ff0000;">Please note that not all of our modules have Multilanguage.</span>''' | '''<span style="color: #ff0000;">Please note that not all of our modules have Multilanguage.</span>''' | ||
{| | {| | ||
− | |style="padding: 10px 0px 20px 15px;"|'''1. Changing module language is very simple. First of all, go to '' 'lang' '' folder located in your module directory.'''<br /> | + | |style="padding: 10px 0px 20px 15px;"|'''1. Changing module language is very simple. First of all, go to '' 'lang' '' folder located in your module or templates directory(dependant on the module).'''<br /> |
Now copy '' 'english.php' '' file and rename it to your desired language, for example '' 'spanish.php' ''. | Now copy '' 'english.php' '' file and rename it to your desired language, for example '' 'spanish.php' ''. | ||
|} | |} |
Revision as of 09:54, 27 July 2012
How To Change Module Language
Please note that not all of our modules have Multilanguage.
1. Changing module language is very simple. First of all, go to 'lang' folder located in your module or templates directory(dependant on the module). Now copy 'english.php' file and rename it to your desired language, for example 'spanish.php' . |
![]() |
2. Now you can enter to your newly created file and easily replace particular sentences. For presentation purposes we changed ['manage header'] from 'Manage' to 'Ordenar' . Don't forget to save the changes. |
![]() |
3. Now you can change the language in two ways:
|
![]() |
|
![]() |
4. As you can see on the following screen the header has changed to 'Ordenar' owing to our changes. |
![]() |
That's all, from now on you shouldn't have any problems with changing language in our addon modules. |