setLocale()

in src/app/app.component.ts [294:298]


  setLocale(locale: string) {
    currentLocale.locale = locale;
    this.saveLocale = true;
    this.showUpdatePath();
  }