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开发者_StackOverflow社区'm in my profile page then everything should be in that language! How i can make like that???
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.
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.
精彩评论