@progress/kendo-react-intl
Version:
React Internationalization package provides services for parsing and formatting of dates and numbers. KendoReact Internationalization package
19 lines (18 loc) • 828 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden Currently used only externally through the ServerGlobalization of the Grid.
*/
export declare const languages: any;
/**
* Provides mechanism to load language-specific messages for the KendoReact components.
*
* @param messages - An iterable object which contains key-value pairs.
* @param languages - The language to which the messages are associated.
*/
export declare function loadMessages(messages: any, language: string): void;