Localization

18 Nov 20181 minute to read

The SfNumericTextBox value can be localized to any specific culture. It can be specified by setting the Culture property with System.Globalization.CultureInfo object instance.

Default Culture property value is en-US.

numericTextBox.Culture = new System.Globalization.CultureInfo("fr-FR");