Introducing Quartz.NET support and new languages in OpenIddict 3.0 beta4
OpenIddict 3.0 beta4 adds Quartz.NET integration for database cleanup and support for 12 languages.
OpenIddict 3.0 beta4 adds Quartz.NET integration for database cleanup and support for 12 languages.
OpenIddict 3.0 beta3 adds localization support, nullable reference types, and improvements to refresh token handling for multilingual .NET projects.
A technical exploration of date/time complexities, timezone changes, and edge cases in software scheduling, framed as a historical scenario.
A guide to implementing SEO-friendly localized URLs in ASP.NET Core Razor Pages using the RouteDataRequestCultureProvider.
Explains a .NET Core localization issue where currency symbols are missing when running in Docker Alpine images and provides a solution.
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
A tutorial on using SwiftGen to generate type-safe classes for accessing localized strings and assets in iOS/macOS projects.
A guide to using pseudo-localization in ASP.NET Core to test UI layouts for internationalization and localization readiness.
A guide to implementing client-side localization in Blazor applications by detecting the user's browser culture, including a NuGet package.
Explains how to use a single shared RESX file for localizing data annotation error messages across multiple view models in ASP.NET Core 2.0.
Analyzing CRAN packages to find non-English R packages, focusing on French documentation and encoding fields in DESCRIPTION files.
A guide to implementing web localization and translation using HTML attributes like lang, hreflang, and translate for multilingual websites.
A guide to avoiding date format confusion in programming by using ISO 8601, with examples in PowerShell.
A comprehensive guide to implementing localization in ASP.NET Core 2.0, covering setup, configuration, and resource management.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
A critical review of Spotify's web, desktop, and mobile apps, highlighting numerous bugs, localization errors, and usability issues.
Swift extensions to simplify Core Data localization, including methods for localizing entity names and working with model strings files.
A step-by-step guide to implementing internationalization (i18n) in Python applications using the gettext module.
Explores C# string interpolation and a custom StringTemplate library for named placeholders, useful for localization and readability.
Explains the FrameworkElement.Language property and its impact on culture in WPF/Silverlight data binding converters, solving a 'pt-PT' vs 'en-US' mystery.