Search code examples
localizationxamarin.androidresx

Monodroid and resx localisation does not work


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 ?


Solution

  • I ended up writing a parser that takes the resx file and converts it to the files expected in monodroid. Works perfectly.