Given a multi language Ionic 4 application. User can select the language.
How can I change (or more like), how can the text set to be dynamic ?
This is how far I got - but of course this isn't working:
<ion-back-button [text]="{{ app.button.back | translate }}"></ion-back-button>
UPDATE: I meant by not working, I get the following error:
Parser Error: Got interpolation ({{}}) where expression was expected at
column 0 in [{{ app.button.back | translate }}]