Is there a way to tag a strings resource folder with more than one language(values-en-es)?
My problem is that for Hebrew on some devices the language code “iw” and on others it is “he”.
My current solution is to make two folders with the same content and only change their name
respectively.
I wonder if there is a more accurate way to do it?
You can make a File Link in eclipse, as described here.
So you have your
values-iw/strings.xmlwith the real values and you make a File Link to that file in yourvalues-hefolder. This has the benefit that you do not have to edit 2 files, the linked ‘file’ gets updated automatically.