You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Hello,
Is there a built-in function or code in joomla to be able to load all translations of a language file in a php variable ?
I need to be able to get at the same time the translations of a language file in different languages. So I would like to load all the translations in a array indexed by the language code.
Thomas
Thomas PAPIN
unread,
May 12, 2012, 7:56:54 PM5/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
the "parse function" seems to do what I want but the function is "protected" So I need to create a new Language class extends JLanguage to be able to use this function.