I need to get a string from View Model and another from Resx and concatenate them to show it in a label. I know I can do it from View model by creating a new property. However, I was wondering if there is a way to it in XAML itself. Something like this
<Label Text="{Binding UserName, StringFormat='{i18n:Translate Welcome} {0}'}"/>