krnbatta / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

Issue with native app_name #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If your android device's native lang is set to Russian and you didn't add 
res/values-ru/strings.xml to your project, the app name will be changed to 
"FileDialog" after adding its library to your project. So to fix it simply 
create res/values-ru/strings.xml and add your app_name string to it.

P.S. im using Flash Builder 4.7 (maybe it's just a compile side issue)

Original issue reported on code.google.com by kolya...@gmail.com on 11 Feb 2014 at 10:12