How to change the label of back button in Ionic 4?

pszaba

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 }}]
rtpHarry

You are combining two features here:

[text]="{{ app.button.back | translate }}"

You just need to remove the [] so its not expecting a javascript value:

<ion-back-button text="{{ 'app.button.back' | translate }}"></ion-back-button> 

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to change the back button label, react-navigation

分類Dev

How to change the UINavigationController back button name?

分類Dev

How to change text in back button in a detailed view sencha touch?

分類Dev

How do I change button color in Ionic Framework

分類Dev

Change css in Ionic 4

分類Dev

how to do selection of array of ion-button in ionic 4?

分類Dev

Phonegap Android Back Button w / Ionic and Angular

分類Dev

How do I change a button label created with 'interact_manual' from 'ipywidgets'? and how do I change the size and color of that button?

分類Dev

Change Round css in IONIC 4

分類Dev

change the Label of a button in ribbon word add in

分類Dev

Change mouse button to navigate "Back" in Windows

分類Dev

How do I change a label's text to a file name on button press in Python?

分類Dev

How to change label of cytoscape nodes

分類Dev

Nav back button not displayed in ion-view ionic

分類Dev

I want to change the color of a button for a few seconds than change it back

分類Dev

Ionic 4 ionic-angular <ion-button> is not a known element

分類Dev

Take Button label name to UILongPressGestureRecognizer, change var and return value to Button's label

分類Dev

How to change button value?

分類Dev

How to change button color

分類Dev

How do I bind a button and a label

分類Dev

How to add Label on Bar Button Item?

分類Dev

Android how to add back button in activity to return back in fragment activity

分類Dev

Change back button to arrow-down in Navigation Bar

分類Dev

Change UINavigationBar back button text and font from AppDelegate using Swift

分類Dev

jQuery change value on radio when I click browser back button

分類Dev

iOS >> UINavigation Item Back Button Title Doesn't Change

分類Dev

How to refresh page in ionic 4

分類Dev

How to refresh page on back button click?

分類Dev

How to hide back button of React Native navigator

Related 関連記事

  1. 1

    How to change the back button label, react-navigation

  2. 2

    How to change the UINavigationController back button name?

  3. 3

    How to change text in back button in a detailed view sencha touch?

  4. 4

    How do I change button color in Ionic Framework

  5. 5

    Change css in Ionic 4

  6. 6

    how to do selection of array of ion-button in ionic 4?

  7. 7

    Phonegap Android Back Button w / Ionic and Angular

  8. 8

    How do I change a button label created with 'interact_manual' from 'ipywidgets'? and how do I change the size and color of that button?

  9. 9

    Change Round css in IONIC 4

  10. 10

    change the Label of a button in ribbon word add in

  11. 11

    Change mouse button to navigate "Back" in Windows

  12. 12

    How do I change a label's text to a file name on button press in Python?

  13. 13

    How to change label of cytoscape nodes

  14. 14

    Nav back button not displayed in ion-view ionic

  15. 15

    I want to change the color of a button for a few seconds than change it back

  16. 16

    Ionic 4 ionic-angular <ion-button> is not a known element

  17. 17

    Take Button label name to UILongPressGestureRecognizer, change var and return value to Button's label

  18. 18

    How to change button value?

  19. 19

    How to change button color

  20. 20

    How do I bind a button and a label

  21. 21

    How to add Label on Bar Button Item?

  22. 22

    Android how to add back button in activity to return back in fragment activity

  23. 23

    Change back button to arrow-down in Navigation Bar

  24. 24

    Change UINavigationBar back button text and font from AppDelegate using Swift

  25. 25

    jQuery change value on radio when I click browser back button

  26. 26

    iOS >> UINavigation Item Back Button Title Doesn't Change

  27. 27

    How to refresh page in ionic 4

  28. 28

    How to refresh page on back button click?

  29. 29

    How to hide back button of React Native navigator

ホットタグ

アーカイブ