meta info

Validating Localized Input

By Ziya Mollamahmut

Some input fields need to be localized (decimal numbers, dates, ...etc.). But without client side localizing libraries this could make problems with different cultures (e.g. decimal numbers 1.23 and 1,23).

To have client side validation fully compatible with all cultures see LocalizationValdiationScripts taghelper from LazZiya.TagHelpers