Android app name localization

Hello!

I used to create strings.xml file in Plugins/Android/res/values-xx folder to localize android app name. But in unity 5 2 1 it does not work for me anymore. So my question is: what should i do to make my app appear with different names at different languages.

xml looks like this -

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">My app name</string>
</resources>

There was a bug that resources under res/ are not picked up. That was solved in 5.2.2 if i recall correctly.

1 Like

Yes it works. Thank you.

@liortal Do you have a good tutorial to do that with Android archive or library since it is deprecated now ?

Compress xml into aar.

If it’s a little annoying, just use some asset.

Here’s an assets to do what you want.

Here’s a test version(Free).