This page is about version 0.5.5 of the app, which is not the most recent version. The latest stable version is 0.5.6.
The VTEX LocaleSwitcher is a VTEX component capable of changing the current language of the store.
Configuration
- Import the locale-switcher's app to your theme's dependencies in the
manifest.json
, for example:
_10"dependencies": {_10 "vtex.locale-switcher": "0.x"_10}
- Add the
locale-switcher
block to your header. For example:
_10"header-row#desktop": {_10 "children": [_10 // (...)_10 "locale-switcher",_10 "login",_10 "minicart.v2"_10 ]_10},
Customization
In order to apply CSS customizations in this and other blocks, follow the instructions given in the recipe on Using CSS Handles for store customization.
CSS Handles |
---|
button |
buttonText |
container |
list |
listElement |
localeIdText |
relativeContainer |