It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Language
Language
The rich text editor's language can be easily changed using the language option. You can see the complete list of available languages in Languages.
HTML
<div id="froala-editor"></div>
JAVASCRIPT
<!-- Include the language file. --> <script type="text/javascript" src="../js/languages/ro.js"></script> <script> $(function() { $('div#froala-editor').froalaEditor({ language: 'ro' }) }); </script>