Skip to content

SalesforceDevelopersJapan/LanguageSwitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name

Language Switcher (らくらく言語切替スイッチ in Japanese)

Description

Language Switcher is a Salesforce Lightning Component which enable you to change languages quickly and smoothly. It will change the environment that you work on salesforce in multi-language more comfortable.

You can install this component in

Get to know it with a demo video(YouTube)

How to Deploy from Source

You can deploy to Salesforce Environment(EE/UE/DE) using gulp script. keep following instruction.

  1. create .env file on this directory
SF_USERNAME="Your Salesforce Username"
SF_PASSWORD="Password + Security Token"
  1. run gulp script
$ npm install
$ npm run gulp

How to Use?

You can create a Lightning App using this component with Lightning App Builder. In Lightning App builder, you might choose two languages that should be choosed to change. And you can also customize texts on the buttons and around the buttons.