[android-developers] Re: App localization

2009-03-26 Thread Yossi
I understand that it works like that in the emulator but I read somewhere that it works differently on a real device. glad that it's so simple. Thanks. On Mar 24, 4:46 pm, Bernhard Fuhry wrote: > I have the english translation in the values folder (values/ > strings.xml) and the german version

[android-developers] Re: App localization

2009-03-24 Thread Bernhard Fuhry
I have the english translation in the values folder (values/ strings.xml) and the german version in a seperate folder (values-de/ strings.xml) and it works well that way. general strings that are the same for both languages can be kept in the values/strings.xml and don't need to be copied over to

[android-developers] Re: App localization

2009-03-23 Thread Simon Depiets
2009/3/23 Yossi : > > Hi, > > I'm planning to localize my app (e.g. translate to different > languages). Assuming it will support English and German, does it mean > that users in Germany will get only the German text or would they be > able to choose having it in English? Hi, you should put your s