I have a monodroid application that uses a .net library that contains normal .resx localisation. So i have to files CoreResources.resx and CoreResources.de-DE.resx
However the program always uses the default one (CoreResources = english)
Did anybody face the same problem ?
I ended up writing a parser that takes the resx file and converts it to the files expected in monodroid. Works perfectly.