Skip to content

Commit 9df8520

Browse files
committed
Adding German language to the culture list.
1 parent f9ec347 commit 9df8520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)