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 dd9ed91 commit 67677a8Copy full SHA for 67677a8
cloudapp/src/app/translate/translate.component.ts
@@ -34,6 +34,7 @@ export class TranslateComponent implements OnInit {
34
this.translate.onLangChange.subscribe((event: LangChangeEvent) =>
35
{
36
this.dir = ['ar', 'he'].includes(event.lang) ? 'rtl' : 'ltr';
37
+ this.appService.setTitle(this.translate.instant('Translate.Title'));
38
});
39
40
}
0 commit comments