0
jguldemond created
When we add a new language, Dutch (nl-NL) everything stops working.
We get a javascript error which indicates we are missing a nl-NL.js file when loading/initializing polyfill.js.
Any sugggestions?
2 Answer(s)
-
0
-
1
@maliming is right, Angular doesn't contain nl-NL culture. You can add a mapping to localeMappings in <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/assets/appconfig.json">https://github.com/aspnetzero/aspnet-ze ... onfig.json</a>
"localeMappings": [ // other mappings... { "from": "nl-NL", "to": "nl" } ]