Skip to content

Instantly share code, notes, and snippets.

@kutanov
Created December 19, 2019 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutanov/7aad8c072c5e646561527d1328cde2d9 to your computer and use it in GitHub Desktop.
Save kutanov/7aad8c072c5e646561527d1328cde2d9 to your computer and use it in GitHub Desktop.
constructor(
...,
private translate: TranslateService
) {
this.initializeApp();
}
initializeApp() {
this.platform.ready().then(() => {
...
this.translate.use('ru');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment