Feature #20067

htmlArea RTE: Allow to specify default content language in BE

Added by Stanislas Rolland over 4 years ago. Updated over 4 years ago.

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)

rtehtmlarea_feature_10510.patch (3.1 kB) Administrator Admin, 2009-02-21 00:13

History

Updated by Stanislas Rolland over 4 years ago

Committed to SVN TYPO3core trunk (revision 5045).

Also available in: Atom PDF