I'm using the MvvmCross Json Localisation plugin. Everything works well for View Model specific resource files using a TextSource property on the View Models.
I've added SharedTextSource and ErrorTextSource properties on the View Models however I can't find an example of how to use the Android MvxLang binding shortcut with these. I think it's something like:
local:MvxLang="Text Buy, Path=SharedTextSource"
However I get told "You cannot specify ConverterParameter more than once". Do I have to use the longhand binding for shared and error text sources?
Incidendally, MvvmCross is one of the best frameworks I've ever used.