New to Telerik Document Processing? Start a free 30-day trial
Setting the Culture
Updated on Jul 15, 2026
RadSpreadProcessing allows you to set a culture that differs from the current thread culture. Create a new CultureHelper to achieve this.
Set a workbook culture with CultureHelper
C#
Telerik.Documents.Spreadsheet.Formatting.FormatHelper.CultureHelper = new SpreadsheetCultureHelper(new CultureInfo("en-US"));