Open abduwaris opened 1 day ago
Tagging subscribers to this area: @dotnet/area-system-globalization See info in area-owners.md if you want to be subscribed.
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
@ilonatommy
Is there an existing issue for this?
Describe the bug
I have encountered an issue with the
CultureInfo.TextInfo.IsRightToLeft
property in Blazor WebAssembly. Specifically, when using the Uyghur culture (ug-CN)
, theIsRightToLeft
property returnsfalse
, which is not the expected behavior since Uyghur is a right-to-left language.In Blazor WebAssembly, the following code snippet returns
false
:This behavior may affect the rendering of Uyghur text in Blazor applications, as proper text direction is crucial for correct display and user experience.
If there is a known workaround or if this behavior is expected, please let me know. Otherwise, I would appreciate any guidance on how this issue might be addressed in future updates.
Thank you!
Expected Behavior
For the Uyghur culture (
ug-CN
), I expect theTextInfo.IsRightToLeft
property to returntrue
.Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9.0.100
Anything else?
No response