Map not rendering when the system language is not english
check example i do for you, all my application is bilingual and all controls working except SFMAPS
The code
@page "/langue"
@using Syncfusion.Blazor.Maps
@inject NavigationManager NavigationManager
@inject ILanguageContainerService languageContainer
<section class="page-section">
<div class="container-fluid">
<h3>Language Selected = @System.Globalization.CultureInfo.CurrentCulture.Name</h3>
<SfMaps>
<MapsLayers>
<MapsLayer LayerType="ShapeLayerType.OSM"
TValue="string">
</MapsLayer>
</MapsLayers>
</SfMaps>
</div>
</section>
<style>
</style>
@code{
}
but in french not working