You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a case where:
Instead of loading only the default language I have configured in the app.module.ts, the library is also loaded the current browser language as well, which I don't have the translation available for it yet.
For example, I only have translation for English & French. But in the browser, the current language is set to German.
Therefore, it will throws an error message when trying to do that. Is there a proper way to handle the error, or some configuration which I could prevent the library from loading browser language, or maybe changing the order if possible? It happened when I called the init() function.
Here is the app.module.ts configuration for the translation.
I'm having a case where:
Instead of loading only the default language I have configured in the app.module.ts, the library is also loaded the current browser language as well, which I don't have the translation available for it yet.
For example, I only have translation for English & French. But in the browser, the current language is set to German.
Therefore, it will throws an error message when trying to do that. Is there a proper way to handle the error, or some configuration which I could prevent the library from loading browser language, or maybe changing the order if possible? It happened when I called the init() function.
Here is the app.module.ts configuration for the translation.
I've attached the error message below. Let me know if you need more information.
The text was updated successfully, but these errors were encountered: