• JMap.Language.getBundles

    Returns an bbject of all the translation bundles loaded in JMap Cloud NG at the moment of the call, indexed by id

    Returns JTranslationBundleById

    Example

    JMap.Language.getBundles()
    // { "my-custom-bundle": {id: "my-custom-bundle", defaultLocale: "fr", ...}, ....}