We have a web-site with 12 distinct languages and have implemented localized MVC validation messages using the method described here. Mos of the time it works fine, but occasionally users viewing in one language will get error messages in a different language, as if the cached data annotations are bieng corrupted somehow.
Has anyone encountered ths issue before? If so, did you manage to fix it?