Actions
Feature #20067
closedhtmlArea RTE: Allow to specify default content language in BE
Start date:
2009-02-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Some RTE features that insert content, usually in the form of values of html tag attributes, need to know what language to use when the language of the content element is not specified.
EM variable defaultDictionary was used for this purpose. But this is conceptually wrong, because the installation may not be using the Spell Checker. Moreover, the content language is known in the FE from the $TSFE object.
Page TSConfig property RTE.default.defaultContentLanguage will be used to set the default language in the BE.
The value found on the $TSFE object will be used in the FE.
(issue imported from #M10510)
Files
Updated by Stanislas Rolland almost 16 years ago
Committed to SVN TYPO3core trunk (revision 5045).
Actions