Miko
Miko

Reputation: 2633

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

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???

Upvotes: 0

Views: 1006

Answers (2)

silvo
silvo

Reputation: 4009

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.

Upvotes: 1

Brent Friar
Brent Friar

Reputation: 10609

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.

Upvotes: 3

Related Questions