Rich Text Editor is not changing Culture on my app

First , let me thank you all for the excellent article on Blazor and Localization. It is more complete and better explained than the one even from Microsoft.
I followed all the steps from this link here and was able to successfully implement Localization in my Blazor app. I placed two components on the Index page, a SfCalendar and one SfRichTextEditor. I tested using 3 languages: English ("en-US"), Spanish ("es")  and Portuguese ("pt").  The calendar worked seamless but the RTE didn't change the culture from its default English 

Here is the code

<SfCalendar TValue="DateTime"></SfCalendar>

<SfRichTextEditor EditorMode="EditorMode.HTML" ShowCharCount="true" MaxLength="2000" @bind-Value="@text">
    <ChildContent>
        <RichTextEditorToolbarSettings Items="@Tools">
        </RichTextEditorToolbarSettings>
    </ChildContent>
</SfRichTextEditor>






3 Replies 1 reply marked as answer

RK Revanth Krishnan Syncfusion Team May 10, 2021 07:44 AM UTC

Hi Ben, 
 
 
Greetings from Syncfusion support. 
 
 
We have validated your query “Rich Text Editor is not changing the culture on my application”. 
 
We tried to reproduce the issue by following the steps in the localization documentation link and used the calendar and the Rich Text Editor in the index page and tested out the English(en-Us), Spanish (es), and  Portuguese (pt) but we couldn’t reproduce the issue from our end, the Rich Text Editor’s culture is working properly with the Spanish and Portuguese. We have prepared a sample for your reference, 
 
 
Can you please share us with more following details? 
  • The exact package version of the Syncfusion components used in the application.
  • Is the application server-side or web assembly?
  • Please share us with the issue reproducible sample or please modify the shared sample with the issue reproducing steps.
 
The above details will be helpful for us to validate and reproduce the issue from our end and assist you at the earliest. 
 
Regards, 
Revanth 


Marked as answer

BJ Ben Junior May 10, 2021 12:48 PM UTC

Hi Revanth 

Thanks so much for your reply and the included sample. Thanks to it I was able to fix the problem on my side.




RK Revanth Krishnan Syncfusion Team May 11, 2021 09:42 AM UTC

Hi Ben, 
 
Thanks for the update. 
 
We are glad that the reported issue is resolved. Please let us know if you need any further assistance. 
 
Regards, 
Revanth 


Loader.
Up arrow icon