Actions
Feature #17123
closedNo charset conversion for eID scripts, thus no locallang.xml useable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2007-03-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
While writing an AJAX FE plugin that needs to be multilanguage, I discovered that the use of locallang.xml files through pi_getLL or any other function that reads language files needs either the FE $GLOBALS['TSFE'] object or the BE $GLOBALS['LANG'] to be available, which is not the case whit eID scripts, and of course shouldn't.
On the other hand it would be nice to use the t3lib_div funtions to read locallang.xml files of the plugin i want to add some ajax functionality to.
So it would be great if you could incorporate a solution for that.
(issue imported from #M5231)
Actions