Localization in NumericUpDown
29 Jun 2020 / 1 minute to read
Culture
The NumericUpDown value can be localized to any specific culture. It can be specified by setting the CultureInfo
property with System.Globalization.CultureInfo
object instance.
NOTE
Default
CultureInfo
property value is en-US.
[C#]
numeric.CultureInfo = new new NSLocale("en-IN");
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