Localization
17 Jan 20251 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
Cultureproperty value is en-US.
numericTextBox.Culture = new System.Globalization.CultureInfo("fr-FR");