Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 584 Bytes

Supported-platforms.md

File metadata and controls

5 lines (3 loc) · 584 Bytes

The LocalizationExtension is designed for and tested under the following frameworks:

  • WPF with .NET 4.0+

The project comes along with the ability to plugin any custom localization provider that implements the ILocalizationProvider interface. The support of resx of previous versions was transferred to such a provider that also serves as the default provider (can be changed, see Localization providers). The resx files can be distributed over several assemblies in the project. As an example, another custom provider for CSV files was implemented.