New Froala Editor v5.2.0 is here – Learn More
Froala Documentation
- Installation Guides
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Language Options
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.
Try it yourself:
HTML
<div id="froala-editor"></div> JAVASCRIPT
<!-- Include the language file. -->
<script type="text/javascript" src="../js/languages/ro.js"></script>
<script>
new FroalaEditor('div#froala-editor', {
language: 'ro'
})
</script> Whats on this page hide