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