Make the language setting to current user language setting.

Change on line 507:

$init['language']           = $settings['language'] ? $settings['language'] : 'en';

To:

$init['language']           = $user->language;  

Thanks, Joep

Comments

pomliane’s picture

Status: Active » Closed (won't fix)

This version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.