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 4c163fa commit 75fa97dCopy full SHA for 75fa97d
WinUI3Localizer.SampleApp/App.xaml.cs
@@ -98,7 +98,6 @@ private static IHost BuildHost()
98
// .SetOptions(options =>
99
// {
100
// options.DefaultLanguage = "ja";
101
- // options.UseUidWhenLocalizedStringNotFound = true;
102
// })
103
// .Build()
104
// .GetAwaiter()
@@ -141,7 +140,6 @@ private async Task InitializeLocalizer()
141
140
.SetOptions(options =>
142
{
143
options.DefaultLanguage = "en-US";
144
- options.UseUidWhenLocalizedStringNotFound = true;
145
})
146
//.AddLocalizationAction(new LocalizationActionItem(typeof(Hyperlink), arguments =>
147
//{
0 commit comments