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

andy inman’s picture

Status: Active » Closed (works as designed)

How to do this is covered in the documentation - http://drupal.org/node/272464

astra’s picture

Status: Closed (works as designed) » Closed (fixed)

It works by setting with the aternative patten guided by http://drupal.org/node/272464. Thanks!

blueblade’s picture

thanks