Localization in SfNumericTextBox
17 Jul 2020 / 1 minute to read
The SfNumericTextBox value can be localized to any specific culture. It can be specified by setting the CultureInfo
property with NSLocale
object instance.
NOTE
Default
CultureInfo
property value is en-US.
[C#]
numericTextBox.CultureInfo = new NSLocale("zh-CN");
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page