Implementation of BAML WPF localization approach in a user(WPF developer)-friendly and easy way. Originally develop as Visual studio Addin and archives by original author skiba_k, in a few mouse clicks prepare your application to localization and then finally get localized application. Main features WPF localization using BAML, similar to using LocBaml Fully automatic operation , no command line experience Generates minimum UID attributes in XAML with clear name Only really localize attributes are extracted to translation files Localizion files are .resx files (not CSV), which allows translator to use familiar tools Translation files are updated with new keys, without overwriting translated strings Build is fully automized, also can be performed on TFS build server Works smooth with signing assemblies and click-once manifest Works smooth with Source Control Localizable string resources (e.g. "Properties.Resources.MyString") as usually may stay in satellite assemblies Easy and without overhead support any number of languages Supports VS 2017 community and professional. Now supports WPF CS and VB projects (not Silverlight) |