New to Kendo UI for jQuery? Start a free 30-day trial
NumericTextBox Globalization
The globalization process combines the translation of component messages (localization) with adapting them to specific cultures (internationalization and right-to-left support).
To determine the number precision and other culture-specific properties, the NumericTextBox uses the kendo.culture.current
culture.
The globalization functionality of the NumericTextBox is enabled through:
For more information on using localization, internationalization, and right-to-left languages with Kendo UI widgets, refer to the article on globalization support by Kendo UI for jQuery.