On Dec 2, 2011, at 4:01 AM, warren burch wrote: > My app is localized using the standard .NET RESX methods (ie. String.fr.resx, > Strings.de.resx etc.) works great under Windows Phone. > > I am porting to Android using MonoDroid and I do not see the localized UI > when I switch locales on the phone.
If you're using the Android resources mechanism for strings/activities/etc. (which presumably you are), you need to use the Android localization system. As mentioned by Emiel Metselaar, this involves generating e.g. Resources\values-fr\strings.xml and adding this to your project. We realize this is less than ideal, and intend to address it, but there's no timeline for it. In the meantime, perhaps you can use an XSLT to translate your Strings.fr.resx into a Resources\values-fr\strings.xml file (and similar for the other files)? Thanks, - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid