We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fa97d commit 827b0a8Copy full SHA for 827b0a8
README.md
@@ -58,7 +58,6 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
58
.SetOptions(options =>
59
{
60
options.DefaultLanguage = "en-US";
61
- options.UseUidWhenLocalizedStringNotFound = true;
62
})
63
.Build();
64
}
@@ -89,7 +88,6 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
89
88
90
91
92
93
94
95
0 commit comments