Localization

5 Aug 20161 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.

NOTE

Default Culture property value is en-US.

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