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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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.

Task: https://dev.azure.com/EssentialStudio/Ej2-Web/_workitems/edit/842438


Replication Procedure:

  1. Run the sample
  2. See the exception in console