translate.use() without reloading page
See original GitHub issueI don’t know if I am doing something not properly, however it seems that there is no way to change language without being redirected to /#/.
here’s how I am calling the language change:
$translate.use($scope.langKey);
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Translate a whole page without refreshing it - Stack Overflow
This system works fine and is sufficient for this website, but it implies a page refresh when the user switches from one language...
Read more >Update javascript translations without page refresh · Issue #363
Hi, I'm using i18next for the first time and it's great. I do the init when the page load : $.i18n.init(options, function(t) ...
Read more >The Whole Page Does Not Translate Until a Page Reload
When we switch from English to French, some pages do not completely translate until the page is refresh. Once that is done, it...
Read more >ngx-translate Documentation - CodeAndWeb
use() sets the current language for the application. If the selected language is not yet loaded, the loader is invoked to retrieve the...
Read more >[WORDPRESS] Best way to switch between two translated ...
Hi everyone! I'd like to know what the best way to switch between two languages is, ideally without reloading the page.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Well, you have made links to
#
and I really do not understand why you are doing this.I guess this was a big mistake of mine, I am very sorry, didn’t notice it. Thanks a lot for help.