Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.38 KB

File metadata and controls

25 lines (19 loc) · 1.38 KB
title page_title description slug position
Overview
jQuery FileManager Documentation - FileManager Globalization
Get started with the jQuery FileManager by Kendo UI and learn about the globalization options it supports.
globalization_kendoui_filemanager_widget
1

FileManager Globalization

The globalization process combines the translation of component messages (localization) with adapting them to specific cultures (internationalization and right-to-left support).

The globalization functionality of the FileManager is enabled through:

  • [Internationalization for culture locales]({% slug intl_kendoui_filemanager_widget %})
  • [Localization of messages]({% slug localization_kendoui_filemanager_widget %})
  • [Right-to-left support]({% slug rtl_kendoui_filemanager_widget %})

For more information on using localization, internationalization, and right-to-left languages with Kendo UI components, refer to the article on [globalization support by Kendo UI for jQuery]({% slug overview_kendoui_globalization %}).

See Also