setLocale and .js files
I have a customer that used setLocale("es_VE") in there Application.cfc and they were getting an error that stated they did not have access to CFIDE\scripts\ajax\messages\cfmessage_es_VE_.js I understand that the sandbox had not be configured to allow access to this file but I was wondering can any explain what coldfusion was doing that it needed access to create a seperate file in that folder? The only thing I can think of is it creates a second cfmessage.js file that was in a different language?
