I is not directly implemented but you can do one of the following things:
Uwe
- Use a custom converter in your binding that has a localizable property
- Create a proxy class that injects the localization engine (you may have a look at the LocProxy class - it is just one step away from a possible solution)
-
Use the CatExtension of XamlMarkupExtensions (but I've tested it long time ago :-(...)
Uwe