Skip to content

A Salesforce CLI plugin to handle language and locale of user and org

License

Notifications You must be signed in to change notification settings

shunkosa/sfdx-l10n-plugin

Repository files navigation

sfdx-l10n-plugin

Version Downloads/week License

A Salesforce CLI plugin to retrieve and 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

About

A Salesforce CLI plugin to handle language and locale of user and org

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published