I have a C# web application that needs to deploy a file to the client computer's hard drive. (A javascript file for Adobe Acrobat)
If the client is using a mac, I have an applescript that will search their applications directory for acrobat and then deploy the JS file in the correct location.
The problem is that I am currently creating the applescript on a mac, and then moving it to the server. The applescript has at least one message (to say it has finished successfully), and this message needs to be displayed in the user's language of choice (specified in the web app)
So, is there some way to create the applescript on my windows C# server (with the embedded language string) and then send it to the client?