Cheers,
Sam Moffatt
http://pasamio.id.au
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To post to this group, send an email to joomla-de...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-gene...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
>
So to clarify this path exists on the file system? With 1.6 we started
a shift for third party extensions to contain language files within
their own packages. This is primarily to ensure that third party
language files are not mutilated through operations on core language
packs (e.g. you support French but French isn't installed when your
extension is installed thus isn't copied however later on a French
language pack is installed however your extension is unavailable in
French because it wasn't there at install time; alternatively it was,
French is uninstalled and reinstalled with similar unavailability).
As noted in the plgSystemAlpha install file the <languages> tag is
deprecated in preference for including the language files within the
package itself. Check out the following link for an example:
https://svn.joomlacode.org/svn/joomla/development/trunk/tests/_data/installer_packages/plg_system_alpha/
Cheers,
Sam
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
Please keep the Subject wording in your answers
As Sam rightfully said
$this->loadLanguage();
is enough.
If there is no 1, it means the file is not loaded.
Can you delete the ini and sys.ini in the core
administrator/language/en-GB/ and see what happens.
I guess it would also not work because of your former post;
"C:\xampp\htdocs\j16-1\plugins/system/jbspodcast/language/en-GB/en-GB.plg_system_jbspodcast.ini"
// without 1
If I guessed OK, please send me the plugin. I will have a look.
JM
--