Closed dvdbrk closed 7 years ago
Any ides how to use this in the component, i.e:
this.message = "Hello world"
Or any similar workaround? For example if that message is shown in the template as:
(tap)="alert(this.message)"
You can use it directly like this:
import { localize } from "nativescript-localize"; this.message = localize("Hello world");
Any ides how to use this in the component, i.e:
this.message = "Hello world"
Or any similar workaround? For example if that message is shown in the template as:
(tap)="alert(this.message)"