Skip to content

Commit f5d79e7

Browse files
committed
Changing the CultureInfor for de to de-DE.
1 parent d3a92b4 commit f5d79e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/eFormAPI.Web/Hosting/Extensions/ApplicationBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void UseEFormLocalization(this IApplicationBuilder app)
6565
{
6666
new CultureInfo("en-US"),
6767
new CultureInfo("da"),
68-
new CultureInfo("de"),
68+
new CultureInfo("de-DE"),
6969
};
7070
var localizationOptions = new RequestLocalizationOptions
7171
{

0 commit comments

Comments
 (0)