Razor Pages Localisation - SEO-friendly URLs
A guide to implementing SEO-friendly localized URLs in ASP.NET Core Razor Pages using the RouteDataRequestCultureProvider.
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.
Explores current limitations in web development that cannot be solved client-side, including templating, localization, screen capture, and accessing POST data.
Explains how to implement localized, translated routes in ASP.NET MVC and WebForms for better SEO and user experience.
A critique of automatic website localization that ignores user language preferences, using examples from Twitter, Facebook, and Windows Mobile Marketplace.