I have a multilingual website. Is there a way I can change the logo.png
to a different .png
after I switch to \"India\"? I am using polylang plugin
I don't recommend doing this in PHP since that would invalidate your cache and in turn will affect your performance. Instead you should use JavaScript, JQuery to change the logo based on your lang atribute.
Edit: It looks like WPML actually allows this by installing the WPML String Translations extension.