i have a calendar control on a form that people make reservations with. It works great but now I have to translate it to french to appease the language cops. I don't want to change any of the underlying data structure al i want to do is change the text that is displayed for the month?
Ie something like
If Month = August Then
Calendar.text = "Aout" 'French for August
EndIf
Any ideas or referneces on this would be greatly appreciated.
Thanks for your time
Ie something like
If Month = August Then
Calendar.text = "Aout" 'French for August
EndIf
Any ideas or referneces on this would be greatly appreciated.
Thanks for your time