Hello, I would like to add the widget qtrans_language_chooser (2 flags for English and Japanese) in the « top right contact details » area. How it is possible? Thanks in advance, Best Regards,
Hello, Go to the header.php file present in your theme directory and paste the code given below in that file as instructed in the image given below. Code: <?php echo qtrans_generateLanguageSelectCode('both'); ?> This will solve your issue.