Closed clluiz closed 7 years ago
@clluiz yes, you should set the language via the language option: https://github.com/froala/angular-froala#options https://www.froala.com/wysiwyg-editor/languages
@stefanneculai I am passing the language code as an option, but it still doesn't work. Can it be that locale files are not included into build version?
@Khrystyna you should include the language files separately, they are not included in the package by default.
Has anyone made this work? I have included the danish language file from https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.9.5/js/languages/da.js
And added to options: language: 'da'
But it still does not work
@fiatkongen Not sure if you solved it or not, but I managed to get it working by importing the file directly into your component: import 'node_modules/froala-editor/js/languages/nl.js';
@fiatkongen No estoy seguro si lo resolvió o no, pero logré hacerlo funcionar importando el archivo directamente a su componente:
import 'node_modules/froala-editor/js/languages/nl.js';
me too
@fiatkongen Not sure if you solved it or not, but I managed to get it working by importing the file directly into your component:
import 'node_modules/froala-editor/js/languages/nl.js';
Thank u @langereissilvio that worked. Used in angular 10.
There is a option to chang de language?