How to implement multiple language versions in application?
What do you mean by “language versions”?
if you just want to have multiple languages, check out the official docs: https://ionicframework.com/docs/developer-resources/ng2-translate/
I know I can do something like this everywhere:
<ion-title>{{this.settingsService.Language == "polish" ? "Opcje" : "Settings"}}</ion-title>
but it doesn’t seem too efficient
Oh this is something i was looking for
I would recommend using ngx-translate here.
1 Like
(Which I linked to, the URL is just old and wrong )
1 Like