Try this module to filer languages. It works with "=== en ===" and "=== qq ===", but not works for chinese language "=== zh-hans ===".
How to change the code to support simplied Chinese "zh-hans" and traditional Chinese "zh-hant" ?
Try this module to filer languages. It works with "=== en ===" and "=== qq ===", but not works for chinese language "=== zh-hans ===".
How to change the code to support simplied Chinese "zh-hans" and traditional Chinese "zh-hant" ?
Comments
Comment #1
andy inman commentedHow to do this is covered in the documentation - http://drupal.org/node/272464
Comment #2
astra commentedIt works by setting with the aternative patten guided by http://drupal.org/node/272464. Thanks!
Comment #3
blueblade commentedthanks