Feature #20067
htmlArea RTE: Allow to specify default content language in BE
| Status: | Resolved | Start date: | 2009-02-20 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 0 |
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)
History
Updated by Stanislas Rolland over 4 years ago
Committed to SVN TYPO3core trunk (revision 5045).