Blog
Asp.Net Core localization, powered by online translation, auto creating resources and more...
Easily copy all localizable texts to resource files with LocMan - Localization Manager
Localizing web apps has never been easy as with LazZiya.ExpressLocalization
Easily localize all infrastructure of your Asp.Net Core 2.x web application using LazZiya.ExpressLocalization
Steps to install cldr-data files that are required for client side validation of localized values as decimal numbers and date
Client side localization validation scripts made simple with this tag helper component.
Each multicultural website needs to have a reliable language navigation, here is a simple way to have functional language navigation dropdown for any .Net Core web application
Most cultures are using the numbers as "123...", some cultures are using different numbers! So, localization of web application may require to localize number system as well.
In this article we will use a shared resource file to localize identity error messages that appears at user registration, password reminder and role assignment operations.
Each culture has different standard of number formatting. Learn how validation of decimals and dates in multicultural web application can be done correctly.
ModelBinding error message's are similar to ValidationAttribute error messages in terms of validating user input, but they can't be localized in a similar way.
Data annotations are property attributes like Display, Required, StringLength, ...etc. Localizing data annotations made easy with ASP.NET Core 2.1 using shared resource files.
Localization of razor views using shared resource files and custom localization middleware
Creating a dropdown navigation menu according to supported cultures list, dropdown language menu will help us switch between cultures easily
Localize request via according to provided route value
In a public website, route value is the best option for localization because people must be able to share page links for any selected culture. There is more options like query string parameter, cookie ...
Creating standard ASP.NET Core 2.1 web application project without authentication for startup
Developing multicultural web applications is a challenge for many developers, even experienced ones. This article provides step-by-step tutorial for building a multicultural web application starting f ...
Override Required validation attribute error message with custom error message.
A short comparison between resource files for localization usage in Asp.Net Core Razor Pages.