When validating in ColdBox, pull the current locale by default so you don't have to change this: ``` validateModel( user ); ``` to this: ``` validateModel( target = user, locale = getFWLocale() ); ``` everywhere in your code just to use the i18n Integration.