Android project and localization string files

Answered

Hi, i have an android project with strings.xml files in my various language folders (/res/values, res/values-pl, etc).

Is there a way to look at these files in unison, like you can with bundles? 

Also, since this is effectively a bundle, it would be neat if there was a way to create them all at once. Now you have to create a new resource file with the same name in every directory.

0
1 comment

Do you mean XML format properties? They can be formed to bundles as described here: https://www.jetbrains.com/help/idea/properties-files.html

0

Please sign in to leave a comment.