0
tiagofrancisco created
What is your product version? v9.2.0 What is your product type (Angular or MVC)? MVC 5X Jquery What is product framework type (.net framework or .net core)? .NET Core
Hi.
Do you have any example on how to change the summernote language?
I've added the spanish language file in the demo-ui bundle and specified the lang: es-ES in the script but still it does not change to Spanish. Thanks in advance.
1 Answer(s)
-
0
Hi,
According to its documentation, you also need to run;
$(document).ready(function() { $('#summernote').summernote({ lang: 'ko-KR' // default: 'en-US' }); });