Joomla v1.5 plugin sys.ini language file

前端 未结 1 1099
旧巷少年郎
旧巷少年郎 2021-01-23 06:14

Is it possible to use sys.ini language file for Joomla v1.5 plugin? I want to use it during plugin install. Because default language ini file is not accessible during installati

相关标签:
1条回答
  • 2021-01-23 07:06

    Joomla 1.5 does not read .sys.ini language files. Only Joomla 1.6 and above do. If you turn on the debug tool (Site>>Global Congiguration>>System) then it will show you if the language file is being loaded.

    A few other things to check:

    1. The description in the XML matches the one in the language file.
    2. Each line at the beginning of the language file for the description area starts with a hash tag # rather than ;
    3. The XML points to the language file in the correct location.

    If you have checked all of these then please post some code for the .XML and .INI files.

    Regards

    0 讨论(0)
提交回复
热议问题