https://github.com/shunkosa/sfdx-l10n-plugin
A Salesforce CLI plugin to handle language and locale of user and org
https://github.com/shunkosa/sfdx-l10n-plugin
l10n salesforce sfdx-cli sfdx-plugin
Last synced: 5 months ago
JSON representation
A Salesforce CLI plugin to handle language and locale of user and org
- Host: GitHub
- URL: https://github.com/shunkosa/sfdx-l10n-plugin
- Owner: shunkosa
- License: mit
- Created: 2019-06-11T16:48:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T10:09:14.000Z (almost 7 years ago)
- Last Synced: 2025-10-22T10:59:44.483Z (8 months ago)
- Topics: l10n, salesforce, sfdx-cli, sfdx-plugin
- Language: TypeScript
- Size: 4.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sfdx-l10n-plugin
[](https://npmjs.org/package/sfdx-l10n-plugin)
[](https://npmjs.org/package/sfdx-l10n-plugin)
[](https://github.com/shunkosa/sfdx-l10n-plugin/blob/master/package.json)
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
* [Supported Languages - Salsforce Help](https://help.salesforce.com/articleView?id=faq_getstart_what_languages_does.htm&type=5)