Multilingual with WPML
Hi,
I'm setting up a global trade site with multilingual capabilities. I'm using the WPML multilingual plugin because it has a lot of great features and is actively being developed. WPML inserts a language selector in front of every post/page for the foreign language content. This works just fine about everywhere except for the
wp-login and action=register functions located at the top right of the header.
I was hoping there could be some way to handle the link functions when the language selector is included in the address.
e.g.
Code:
/zh-hans//wp-login.php
and
Code:
/zh-hans//wp-login.php?action=register
where zh-hans is the language parameter.
I would greatly appreciate any thoughts how to approach this. Thanks!