i18n
pentaho. i18n
The i18n
namespace contains the types of the Pentaho Localization API.
Overview
The Pentaho Localization API is constituted by an AMD/RequireJS loader plugin, pentaho.i18n.IService
, and a couple of helper types which allow you to load message bundles for use in JavaScript components.
Message bundles are exposed as instances of pentaho.i18n.MessageBundle
.
The main localization service, and AMD/RequireJS loader plugin, is pentaho.i18n.main
.
Source: doc-js/pentaho/i18n/_namespace.jsdoc, line 17
Classes
Name | Summary |
---|---|
MessageBundle | The |
Interfaces
Name | Summary |
---|---|
IService | The interface of localization AMD/RequireJS loader plugins. |
Members
Name | Description |
---|---|
main : | The main localization service of the JavaScript Pentaho platform. |
Members Details
main: |
---|
The main localization service of the JavaScript Pentaho platform. |