-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
In the section on what's new in ASP.NET in .NET Framework 4.6.2 the first topic shows an example that creates the resource file with error messages:
You can then create a resource file, DataAnnotation.Localization.fr.resx, whose key is the error message string and whose value is the localized error message. The file must be found in the App.LocalResources folder. For example, the following is the key and its value in a localized French (fr) language error message:
However, the paragraph after the table with the example content is definitely not complete:
This file can then