Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 542 Bytes

GapText.md

File metadata and controls

17 lines (15 loc) · 542 Bytes

Gap Text

Use a multibinding with the StringFormatConverter. The first parameter is the StringFormat All others are parameter.

<element.Text>
    <MultiBinding Converter={lex:StringFormatConverter}>
        <lex:BLoc Path="assembly:resource:key" />
         <Binding Foo />
         <Binding Bar />
         <Binding ... />
    </MultiBinding>
</element.Text>

integrate SmartFormat so that we have even a possibility to have real i18n with pluralization,...