diff -r df806aa23c15 -r 5f6c97b58688 web/hdalab/views/ajax.py --- a/web/hdalab/views/ajax.py Tue Mar 13 13:50:22 2012 +0100 +++ b/web/hdalab/views/ajax.py Tue Mar 13 13:55:58 2012 +0100 @@ -162,7 +162,7 @@ content_count = request.GET.get('contentcount', 12) tag_count = request.GET.get('tagcount', 30) - cache_key = fix_cache_key("-".join(("filter",str(periode),str(label),str(country),str(contentlist),str(max_tag_order),str(content_count),str(tag_count)))) + cache_key = fix_cache_key("-".join(("filter",str(periode),str(label),str(country),str(contentlist),str(max_tag_order),str(content_count),str(tag_count), str(request.LANGUAGE_CODE)))) outputstr = cache.get(cache_key)