MvvmCross Dynamic Text Value Conversion
问题 As far as I know, MvvmCross localization plugin provides "static" engine. I use the following binding as an example from Conference: local:MvxBind="{'Text'{'Path':'TextSource','Converter':'Language','ConverterParameter':'SQLBitsXApp'}}" I want to be able to change SQLBitsXApp to SQLBitsXApp2 dynamically. The goal is to find the localized text related to days enum. Is there a way to do this dynamically ? 回答1: You're correct - the default MvxLanguageConverter used in that binding is really