Skip to content

How to change skip button text #951

Answered by cortinico
arvin-kanani asked this question in Q&A
Discussion options

You must be logged in to vote

I have a program in German language,
how can I change the skip button text?

The library already support German. The back button will be translated to ZURÜCK.

<string name="app_intro_back_button">ZURÜCK</string>

If you wish to have a custom value, you can do it by providing a new string resource such as:

<string name="app_intro_back_button">Your Custom String Here</string>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cortinico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants