Index: branches/5.2.x/core/units/helpers/country_states_helper.php =================================================================== diff -u -N -r16040 -r16042 --- branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16040) +++ branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16042) @@ -1,6 +1,6 @@ primaryLanguage . ':CL=' . $this->currentLanguage; + $cache_key = 'country_states[%CountryStateSerial%]'; + $cache_key .= ':PL=' . $this->primaryLanguage . ':CL=' . $this->currentLanguage . ':ISO=' . $country_iso; $states = $this->Application->getCache($cache_key); if ( $states === false ) {