instructure-react / react-tinymce

React TinyMCE component
181 stars 110 forks source link

How to configuration lanuage #67

Closed lifelikejuly closed 7 years ago

sushicodeur commented 7 years ago

I came here for what I think is the same problem : how to configure TinyMCE in your own language (fr_FR in my case).

To do so :

<TinyMCE
    content={post_content}
    config={{
        language: 'fr_FR',
        language_url: '/langs/fr_FR.js',
        ...
    }}
/>

Hope this helps