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:
In the Visual Editor, click on Options -> Customize Widget, or open this URL
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});