Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.81 KB

index.md

File metadata and controls

29 lines (22 loc) · 1.81 KB
title page_title description slug position
Internationalization Overview
Internationalization Overview | Kendo UI Internationalization Package
Learn about the Kendo UI Internationalization methods for parsing and formatting dates and numbers.
overview_internalization_kendoui
1

Internationalization Package Overview

Internationalization supports the design and development of applications that work in multiple cultures. The culture defines specific information for the number, date, and time formats as well as the week and month names.

The Internationalization provides methods for parsing and formatting dates and numbers using the Unicode Common Locale Data Repository (CLDR) data.

The package includes:

  • CLDR—Provides locale information for the dates and numbers modules.
  • Date Parsing and Date Formatting—Provide methods for parsing and formatting dates.
  • Number Parsing and Number Formatting—Provide methods for parsing and formatting numbers.
  • General Formatting—Provides methods for placeholder and type independent formatting.

Suggested Links