Map not rendering when the system language is not english

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



2 Replies 1 reply marked as answer

SB Swetha Babu Syncfusion Team February 11, 2021 01:41 PM UTC

Hi Philippe,

Thank you for contacting Syncfusion support.

We are able to reproduce the reported issue. We have confirmed this as a defect and logged a defect report for the same. However, we will include the fix for the reported issue in our weekly patch release which is expected to be available by the end of February 2021.

Regards,
Swetha Babu


SB Swetha Babu Syncfusion Team March 2, 2021 02:19 PM UTC

Hi Phillipe,

Thank you for your patience.

We have included the fix for the reported issue of "Map not rendering when the language is not English" in our weekly NuGet release(v18.4.46). Please upgrade the package to the latest version to resolve the reported issue.

Please let us know if you need any further assistance.

Regards,
Swetha Babu

Marked as answer
Loader.
Up arrow icon