New to Telerik UI for ASP.NET MVC? Download free 30-day trial

Localization

The NumericTextBox provides options for localizing its user interface by utilizing the available configuration options.

You can change the messages that are displayed in the NumericTextBox by including an additional messages script file in the document. For example, including the following script to the page will translate all messages to Bulgarian.

    <script src="https://kendo.cdn.telerik.com/<version>/js/messages/kendo.messages.bg-BG.min.js"></script>

See Also

In this article