Skip to content

Instantly share code, notes, and snippets.

@wgbn
Created August 23, 2019 18:44
Show Gist options
  • Save wgbn/180f37225c4a110636bd25438a7e14b2 to your computer and use it in GitHub Desktop.
Save wgbn/180f37225c4a110636bd25438a7e14b2 to your computer and use it in GitHub Desktop.
<ion-list-header color="medium">
<ion-label transloco="languages"></ion-label>
</ion-list-header>
<ion-item (click)="setLang('pt-PT')">
<ion-label transloco="langPt"></ion-label>
</ion-item>
<ion-item (click)="setLang('pt-BR')">
<ion-label transloco="langBr"></ion-label>
</ion-item>
<ion-item (click)="setLang('en')">
<ion-label transloco="langEn"></ion-label>
</ion-item>
<ion-item (click)="setLang('es')">
<ion-label transloco="langEs"></ion-label>
</ion-item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment