sfdx-l10n-plugin

0.0.2 • Public • Published

sfdx-l10n-plugin

A plugin for Salesforce DX CLI to set language/locale of user/org.

Setup

Install as plugin

  1. Install plugin: sfdx plugins:install sfdx-l10n-plugin

Install from source

  1. Install the SDFX CLI.
  2. Clone the repository: git clone git@github.com:shunkosa/sfdx-l10n-plugin.git
  3. Install npm modules: npm install
  4. Link the plugin: sfdx plugins:link .

Use

Use --help option for the detail.

Set user language/locale

sfdx l10n:user:set --lang ja --locale en_US

Display user current language and locale

sfdx l10n:user:get

Set org language/default locale

sfdx l10n:org:set --lang ja --locale en_US

Display org current language and default locale

sfdx l10n:org:get

Resources

Readme

Keywords

Package Sidebar

Install

npm i sfdx-l10n-plugin

Weekly Downloads

11

Version

0.0.2

License

MIT

Unpacked Size

25.4 kB

Total Files

22

Last publish

Collaborators

  • shunkosa