Skip to content

Commit

Permalink
Merge pull request #1433 from Artsdatabanken/fix-språk-dynamicproperties
Browse files Browse the repository at this point in the history
fix språk
  • Loading branch information
AneMarlene authored Aug 20, 2024
2 parents 8bad4e5 + 30fab19 commit 967402c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assessments.Transformation/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Directory.CreateDirectory(dataFolder);

CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("nb-NO");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("nb-NO");

var menuItems = new List<string>
{
Expand Down

0 comments on commit 967402c

Please sign in to comment.