This topic is locked
[SOLVED]

 Language Selector With Flag

7/10/2014 7:38:48 AM
PHPRunner General questions
A
aalekizoglou author

I am setting up a multi-language project. In the language selector in Login and List View pages can I put the relative country flag for languages I've chosen?

Admin 7/10/2014

Since standard dropdown boxes do not support displaying images you need to use a custom control for this purpose. Check ddSlick:

http://designwithpc.com/Plugins/ddSlick
The rest of functionality is simple. Language selector should point to the same page with language parameter added to the URL i.e. login.php?language=Greek or login.php?language=English

A
aalekizoglou author 7/11/2014



Since standard dropdown boxes do not support displaying images you need to use a custom control for this purpose. Check ddSlick:

http://designwithpc....Plugins/ddSlick
The rest of functionality is simple. Language selector should point to the same page with language parameter added to the URL i.e. login.php?language=Greek or login.php?language=English


Yes Sergey,
I've done it with ddSlick, as you suggested.
It's great.