New to Telerik Document Processing? Start a free 30-day trial
Setting the culture
Updated on Feb 19, 2026
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
csharp
Telerik.Windows.Documents.Spreadsheet.Formatting.FormatHelper.CultureHelper = new SpreadsheetCultureHelper(new CultureInfo("en-US"));