.NET Core – missing currency symbol in docker alpine image
Explains a .NET Core localization issue where currency symbols are missing when running in Docker Alpine images and provides a solution.
Explains a .NET Core localization issue where currency symbols are missing when running in Docker Alpine images and provides a solution.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
Explores changes in CultureInfo behavior for localization and formatting when moving from .NET Framework to UWP/WinRT.
Explains the FrameworkElement.Language property and its impact on culture in WPF/Silverlight data binding converters, solving a 'pt-PT' vs 'en-US' mystery.