Added flags for language change
This commit is contained in:
@@ -12,6 +12,7 @@ export class LanguageService {
|
||||
constructor() {
|
||||
this.translate.addLangs(['de', 'en']);
|
||||
this.translate.setFallbackLang('en');
|
||||
this.lang.set(this.getInitial());
|
||||
this.use(this.lang());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user