Joomla , Joomfish language translation for whole page not only content!

1k views Asked by At

When i click the flag to change the language , the content of the page is changing but not the other modules listed in the page. Example If i'm in my profile page then everything should be in that language! How i can make like that???

2

There are 2 answers

0
Brent Friar On BEST ANSWER

Look in your JOOMLA INSTALL/language/en-GB folder. You will see a bunch of language files for every component, module, plugin, and template that uses a language file. You will need to make a corresponding file for each language you support on your website.

2
silvo On

Language INI maker extension might be helpful in your quest. It will scan a given component for all translatable text and create an ini file for you to edit. Be careful, as it is a bit buggy (for example, if I remember correctly, it only recognizes the translatable text if it is enclosed in single quotes...). Having said that, it should at least make a good starting point.