0.0.2 • Published 5 years ago

sfdx-l10n-plugin v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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