Polylang and United Arab Emirates languange

just to add comment for future if somebody have same problem.. polylang from version 1.8 will add options to add flag from plugin settings page, right now you can get this version from link https://wordpress.org/plugins/polylang/developers/ just download “Development Version (svn)” but only if stable version 1.8 its not released

Display country flags with clickable links

The redirecting “drop-down” (select element) part of your question can be answered by looking at this fiddle that someone made for a different question: https://jsfiddle.net/jalbertbowdenii/2f9wvyqm/ As far as getting the flags to appear in the option elements of the select element, the only way to get it to work cross-browser (that I know of), would … Read more

Using variables in polylang string translations

For those that may stumble on this, please first read the link provided by @Kaperto Which provided me with the syntax; printf( _n(‘The %s page’, ‘The %s pages’, $number, ‘text-domain’), get_the_title() ); The examples in the link above cover most of what is needed when dealing with variables in translation strings