|
|
@@ -46,7 +46,7 @@ export class AppComponent {
|
|
|
this.hsPanelContainerService.create(CalculatorComponent, {});
|
|
|
/* Switch language to cs */
|
|
|
this.hsEventBus.layoutLoads.subscribe(() => {
|
|
|
- this.hsLanguageService.setLanguage('cs');
|
|
|
+ this.hsLanguageService.setLanguage('en');
|
|
|
this.hsLayoutService.setDefaultPanel('calculator');
|
|
|
});
|
|
|
}
|