I wrote a project in Access 2000 and SQL Server 2000 in English, but I am looking for an fairly easy way to translate all forms, reports and message boxes to Spanish without having to use a human translator because I am constantly changing the project. My main concern is on the message boxes, there are several hundred message boxes in my project. It would be perfect if I could just replace the text string for the message box with a function that would automatically translate any string I passed to it into Spanish. The VBA code for all message boxes in the project would look something like this: msgbox(EnglishToSpanish("This order is already delivered!"
,vbOKOnly + vbExclamation,EnglishToSpanish("ORDER ALREADY DELIVERED!"
). Does anyone know if this is somehow possible? Thanks for any suggestions.