Last modified: 2013-12-15 12:17:51 UTC
Currently the thank_you module can only handle two character language codes. This is partially due to the usage of the preferred_language field in civicrm_contact which is limited to 5 characters and is expected to be in the xx_YY format (where xx is language and YY is country code).
This should likely be filed as a bug with CiviCRM and/or we'll need to find a work around.
To clarify, variants such as pt-br and en-gb are easy enough since they can be stored as pt_BR and en_GB, the real issue lies with variants such as zh-hans and zh-hant.
This has been resolved with the deployment of the new and improved thank_you module which was initially committed in r2131.
(In reply to comment #3) > This has been resolved with the deployment of the new and improved thank_you > module which was initially committed in r2131. r2131 of the Wikimedia repo ... http://www.mediawiki.org/wiki/Special:Code/Wikimedia/2131
[Moving from "CiviCRM/General" to "Wikimedia/CiviCRM; see bug 57738]