StaticconvertGracefully convert an input string to the specified locale.
StaticnormalizeNormalize a regular or multi language string.
The normalized string.
StatictryTry parsing a multi language string.
The multi language or regular string.
StaticvalidateCheck if input is a regular string or a valid multi language string.
False, if input is a multi language string with incorrect syntax.
Value converter for multi language strings like "Hello world|[de-de]Hallo Welt" that returns the value for the current locale.
The behavior of this value converter and it's exposed API should be the same as the NCCs DualLanguageValidationViewModel except that this implementation doesn't support null inputs.