After upgrading to to 30.9.1 from 30.5.3 I am getting an error while accessing the admin ui or even running dotnet run --xkp-ci-store
fail: Kentico.Web.Mvc.KenticoErrorHandlingMiddleware[0]````System.Resources.MissingManifestResourceException: No manifests exist for the current culture.
I have tried specifying the DefaultCultureCode in program.cs
builder.Services.Configure<AdminLocalizationOptions>(options =>
{
    options.DefaultCultureCode = "en-US";
    options.SupportedCultures = [
        new AdminCulture { CultureCode = "en-US", DisplayName = "English (United States)" }
    ];
});
Revert to 30.8.3 and all is good.
Environment
- Xperience by Kentico version: [30.9.1] 
- .NET version: [8] 
- Execution environment: [local] 
 
         
         
         
        