Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
Description:
When using the below code in the program.cs file where the en-GH is the invalid culture, the culture not found exception is thrown when initial component rendering. Instead of using GH culture to valid culture such as en-US, ar, de… this issue is not occurred.
Sample: https://www.syncfusion.com/downloads/support/common/5254/ze/TestCulture_2106e638.zip
CultureInfo.DefaultThreadCurrentCulture
= new CultureInfo("en-GH");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("en-GH");
This case is similar to the below case.
Replication Procedure: