Separate Content for each different language in joomla
It is possible to get multiple input textareas where I can enter c开发者_如何学Content for each language separately. Is there some kind of extension that enables this. I am a novice at joomla so please help me.
Well, something like
Title(English): <THEN A TEXT BOX HERE>
Title(Other Langauge): <THEN A TEXT BOX HERE>
Content(English):
<THEN A TEXTAREA HERE>
Content(Other Language)
<THEN ANOTHER TEXTAREA HERE>
I am just passing ideas. May be there is something better that can solve my problem. basically, i need to manually enter different content for every language installed. Not through automatic translation. It is not even available...
Have a look at Joomla Translations Manager - we use it on all our multilingual pages and it will help you translate JText::_() strings
As JackJoe said, Joomfish is what you are looking for. http://www.joomfish.net/
精彩评论