0

I need to implement localization by adding values-fr & values-ar. There are common strings that no need for users to be shown like (admob-banner-id), lvl, .....; My question is: shall I include those common strings in each values-xx? or it's enough to keep it in values folder for one time? Thx.

1 Answer 1

1

In your values/strings.xml, in non translatable strings, add this : translatable="false". For example :

<string name="hello" translatable="false">Do not translate me</string> 
Sign up to request clarification or add additional context in comments.

2 Comments

Great, Thanks very much.
@AtefFarouk You're welcome. Please accept the answer to close the question ;) Thanks

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.