Available for: UI for ASP.NET MVC | UI for ASP.NET AJAX | UI for Blazor | UI for WPF | UI for WinForms | UI for Silverlight | UI for Xamarin | UI for WinUI | UI for ASP.NET Core | UI for .NET MAUI

New to Telerik Document Processing? Download free 30-day trial

Setting the culture

RadSpreadProcessing allows you to set a culture that differs from the current thread culture. This can be achieved by creating a new CultureHelper.

Setting the Culture

FormatHelper.CultureHelper = new SpreadsheetCultureHelper(new CultureInfo("en-US")); 
In this article