Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have been trying to get TinyMCE to use the swedish language file that is present in the language folder. Even If i have set the user to "Swedish" it still shows the "English" tooltips.
Any ideas?
//Kalle
Download the language file: http://www.tinymce.com/i18n/download.php?download=sv_SE
Copy the lang file (sv_SE.js) to \umbraco\lib\tinymce\langs
Open \Config\tinyMceConfig.config and locate <customConfig> section and add: <config key="language">sv_SE</config>
<customConfig>
<config key="language">sv_SE</config>
There you go - swedish tooltips :)
Hello Casper.
The swedish language files are already there by default.
However, should´t this be selected automatically depending on the selected language on the user.
If I change in the config file, all users including the ones with english will get tooltips in swedish...
//kalle
It does not look like what you want is built into Umbraco - I could be wrong here.
These files at least do not account for "Current Backend User" language : https://github.com/umbraco/Umbraco-CMS/search?utf8=%E2%9C%93&q=customConfig
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I get TinyMCE to use other languages?
Hello,
I have been trying to get TinyMCE to use the swedish language file that is present in the language folder. Even If i have set the user to "Swedish" it still shows the "English" tooltips.
Any ideas?
//Kalle
Download the language file: http://www.tinymce.com/i18n/download.php?download=sv_SE
Copy the lang file (sv_SE.js) to \umbraco\lib\tinymce\langs
Open \Config\tinyMceConfig.config and locate
<customConfig>
section and add:<config key="language">sv_SE</config>
There you go - swedish tooltips :)
Hello Casper.
The swedish language files are already there by default.
However, should´t this be selected automatically depending on the selected language on the user.
If I change in the config file, all users including the ones with english will get tooltips in swedish...
//kalle
It does not look like what you want is built into Umbraco - I could be wrong here.
These files at least do not account for "Current Backend User" language : https://github.com/umbraco/Umbraco-CMS/search?utf8=%E2%9C%93&q=customConfig
is working on a reply...