New to Telerik UI for ASP.NET Core? 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 a complete example, refer to the demo on globalization of the NumericTextBox.