You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to list all the cultures available in a dropdown so that end user can choose a language-REGION locale code.
I have <BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData> enabled in .csproj and I'm using the following code in my .NET8 Blazor WASM app.
I only see the below list which contains ar-SA (arabic-SAUDIARABIA) but not ar-KW (arabic-KUWAIT)
I tried installing the language in my Windows 10 machine as shown below but still not appearing even after restart.
Then I thought I should install it in browser languages. But not able to find arabic-KUWAIT in browser language list and ended up installing just Arabic. Here is what I see in Google Chrome latest version as of writing this.
I'm confused on what I'm missing. Please assist me.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to list all the cultures available in a dropdown so that end user can choose a
language-REGION
locale code.I have
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
enabled in.csproj
and I'm using the following code in my.NET8 Blazor WASM
app.I only see the below list which contains
ar-SA (arabic-SAUDIARABIA)
but notar-KW (arabic-KUWAIT)
I tried installing the language in my
Windows 10
machine as shown below but still not appearing even after restart.Then I thought I should install it in browser languages. But not able to find
arabic-KUWAIT
in browser language list and ended up installing justArabic
. Here is what I see inGoogle Chrome latest version
as of writing this.I'm confused on what I'm missing. Please assist me.
Beta Was this translation helpful? Give feedback.
All reactions