Skip to content

Editor localization in hosted Blazor Webassembly #1302

Answered by ArgoZhang
wibram asked this question in Q&A
Discussion options

You must be logged in to vote

sorry for the delayed reply.

Workaround 1

missing the script tag <script src="_content/BootstrapBlazor.SummerNote/js/summernote-bs5.min.js"></script> before the de-DE lang plugin

the whole script like below

<script src="_framework/blazor.webassembly.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="_content/BootstrapBlazor.SummerNote/js/summernote-bs5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/lang/summernote-de-DE.min.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</scri…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@ArgoZhang
Comment options

@ArgoZhang
Comment options

@wibram
Comment options

@ArgoZhang
Comment options

Answer selected by wibram
@wibram
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants