We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029df7d commit 7501bc9Copy full SHA for 7501bc9
1 file changed
src/app/shared/translates/translates.service.ts
@@ -74,7 +74,7 @@ export class TranslatesService {
74
return;
75
}
76
this._appStorage.setItem(STORAGE_LANG_NAME, lang.code);
77
- window.location.reload();
+ this._setLanguage(lang);
78
79
80
public getLangList(): Observable<ILang[]> {
0 commit comments