All Collections
Bablic Help Center
Customize your language widget
Customize your language widget

Quickly learn how to customize your language selection widget

Gabriele Manasse avatar
Written by Gabriele Manasse
Updated over a week ago

With Bablic you can customize the language selection widget so that it matches the look and feel of your website.
In order to access the customization settings you can do the following:

  1. In the Visual Editor, click on Options -> Customize Widget, or open this URL

  2. In the Visual Editor, right-click on the language widget and choose "Customize Widget"

At this point the customization window will open:

Once you have made your changes click on the "Save" button at the bottom.

_________________________________

Design your own language menu

You can also hide the Bablic widget and design your own from scratch. To do so mark the checkbox saying "Hide Bablic language widget" and click on "Save".
Once you have done that you can design your own language widget and use it to control Bablic's languages. Simply create a button and link it to bablic.redirectTo('XX'); 

Replace XX with the desired language code (e.g. "es" for Spanish, or "de" for German)

You can also ask Bablic to refresh the page every time the language is changed. To do that use this link:

bablic.redirectTo('XX',{forceRedirect:true});

Did this answer your question?