Wednesday 12 November 2014

How to Get Current Language Code with Using WPML Plugin WordPress


How to Get Current Language Code with Using WPML Plugin WordPress

Just write below code to get current language code :

<?php echo "Language Code: ".ICL_LANGUAGE_CODE; ?>

No comments: