diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 264c594..e9a6416 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -12,8 +12,8 @@ export class AppComponent { constructor( public translate: TranslateService ){ this.translate.addLangs(['pl', 'en']); this.translate.setDefaultLang('pl'); - this.translate.use('en'); - } + this.translate.use('pl'); + } // app.component.ts switchLanguage(language: string) {