Replies: 1 comment 3 replies
-
Please provide a minimal testing app. It's really hard to know what you mean by "setting it in app initializer"... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While setting the the current lang using the TranslateService.use() method based on user preference. I want to make sure that if the use lang is not available with use, it should fallback to the default language which will definitely be available.
i.e the new call for say en-GB throws 404, I handle that and again set the currentLang to en-US.
If we are setting it in app initializer it blocks the loading altogether.
Beta Was this translation helpful? Give feedback.
All reactions