Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@grapecity/activereports-localization

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grapecity/activereports-localization

Localization resources for ActiveReportsJS

  • 5.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

ActiveReportsJS Localization

This package is a part of the ActiveReportsJS and provides language resources for ARJS Viewer and Designer Components

Supported languages are: Japanese 'ja', Chinese 'zh', Korean 'ko', Dutch 'nl', German 'de', Italian 'it', Brazilian Portuguese 'pt-BR'.

Installation and Usage

Install ARJS Localization package

npm install @grapecity/activereports-localization

ActiveReportsJS Viewer

  1. Add reference to localization package

using html script tag:

<script type="text/javascript" src="./dist/ar-js-locales.js"></script>

or import:

import '@grapecity/activereports-localization';
  1. Pass necessary language to viewer using language property:
var viewer = new ActiveReports.Viewer('#root', { language: 'ja' });

or in components

<Viewer language="ja" />
  1. Also you can pass language property to PageReport ctr (can be used in exporting/printing reports without viewer):
var pageReport = new ARJS.PageReport({ language: 'ja' });

ActiveReportsJS Designer

  1. Add reference to localization package

using html script tag:

<script type="text/javascript" src="./dist/designer/ja-locale.js"></script>
  1. Pass necessary language to designer using language property:
var designer = new GC.ActiveReports.ReportDesigner.Designer('#designer-host', { language: 'ja' });

Documentation

For more information on how to use ActiveReportsJS and available tools, refer to the Documentation or API reference for guidance.

Keywords

FAQs

Package last updated on 20 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc