.NET Runtime Localization
– Switch cultures at runtime – automatically updating all localized elements
– Use the existing Resource file structure (*.resx files), which can be maintained in Visual Studio
– Keep design-time support for localized elements working in Expression Blend (and hopefully other XAML design applications)
https://www.codeproject.com/Articles/22967/WPF-Runtime-Localization
#WPF #localization #dotnet #csharp
https://www.codeproject.com/Articles/22967/WPF-Runtime-Localization
You must be logged in to post a comment.