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!>
Thanks for joining our community and helping improve Syncfusion products!
While setting enableRTL globally, then status text is not displayed correctly.
https://blazor.syncfusion.com/documentation/common/right-to-left/#enable-rtl-for-all-components
@using Syncfusion.Blazor.Inputs @using Syncfusion.Blazor; @using System.Globalization
<SfUploader ID="UploadPhotoFile" CssClass="e-no-upload" AllowedExtensions=".png,.gif,.jpg,.jpeg" MinFileSize=0 MaxFileSize="2000000" AllowMultiple="false" AutoUpload="false">
</SfUploader> @code{
[Inject] SyncfusionBlazorService SyncfusionService { get; set; } protected override async Task OnInitializedAsync() { SyncfusionService.EnableRtl(CultureInfo.CurrentCulture.TextInfo.IsRightToLeft);
} } |
UI difference with static and global below.

Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Uploader_status_text_issue304600262