Skip to content

Adding string resources

Arthur Milchior edited this page Apr 23, 2023 · 1 revision

Translation

Here is a documentation on adding string resources , which will get translated either by crowdin or by pontoon.

Steps are:

  1. Inside /res/values you'll see a number of folders.

  2. Add the string to the first file in those folders.

  3. You can then reference it as getString(R.string.id) in the Activity class you want.

  4. It has an automated process to generate the other files.