P
Patrickw
I have a merge field which inserts a date in the following format:
mmmm d, yyyy
The proper format for a Spanish translation is as follows:
d de mmmm de yyyy
Is there an easy way to get mmmm to display the name of the month in
Spanish with formatting codes?
January = enero
February = febrero
March = marzo
April = abril
May = mayo
June = junio
July = julio
August = agosto
September = septiembre
October = octubre
November = noviembre
December = diciembre
Or a VBA procedure to read the date from the document, then translate
it and paste it back in the same place?
The date appears in the third paragraph of a letter as follows:
If you believe you are not in default, you must call my office
immediately and make an appointment before the 10 days expire. You
must bring proof (cancelled checks) for each and every payment you
have made to <<Creditor_Name>> since {MergeField "IncidentFiled" \@
"MMMM d, yyyy"}. IF YOU DO NOT BRING PROOF OF THESE PAYMENTS WITHIN
10 DAYS OF THE DATE OF <<CREDITOR_NAME>>’S LETTER GIVING YOU NOTICE OF
DEFAULT, I WILL NOT BE ABLE TO HELP YOU.
The Spanish version of the same paragraph is as follows:
Si usted cree que no ha dejado de pagar, usted debe llamar a mi
oficina inmediatamente y haga una cita antes de los 10 días vencerá.
Usted debe traer la prueba (cheques cancelados) para cada uno y cada
pago que haya hecho a <<Creditor_Name>> desde {MergeField
"IncidentFiled" \@ "d de MMMM de yyyy"}. SI NO ME DARLE PRUEBAS DE
SUS PAGOS A <<CREDITOR_NAME>> DENTRO DE 10 DÍAS A PARTIR DE LA FECHA
DE LA CARTA DESDE <<CREDITOR_NAME>> DANDO A USTED AVISO DE
INCUMPLIMIENTO, NO VOY A PODER AYUDAR A USTED.
mmmm d, yyyy
The proper format for a Spanish translation is as follows:
d de mmmm de yyyy
Is there an easy way to get mmmm to display the name of the month in
Spanish with formatting codes?
January = enero
February = febrero
March = marzo
April = abril
May = mayo
June = junio
July = julio
August = agosto
September = septiembre
October = octubre
November = noviembre
December = diciembre
Or a VBA procedure to read the date from the document, then translate
it and paste it back in the same place?
The date appears in the third paragraph of a letter as follows:
If you believe you are not in default, you must call my office
immediately and make an appointment before the 10 days expire. You
must bring proof (cancelled checks) for each and every payment you
have made to <<Creditor_Name>> since {MergeField "IncidentFiled" \@
"MMMM d, yyyy"}. IF YOU DO NOT BRING PROOF OF THESE PAYMENTS WITHIN
10 DAYS OF THE DATE OF <<CREDITOR_NAME>>’S LETTER GIVING YOU NOTICE OF
DEFAULT, I WILL NOT BE ABLE TO HELP YOU.
The Spanish version of the same paragraph is as follows:
Si usted cree que no ha dejado de pagar, usted debe llamar a mi
oficina inmediatamente y haga una cita antes de los 10 días vencerá.
Usted debe traer la prueba (cheques cancelados) para cada uno y cada
pago que haya hecho a <<Creditor_Name>> desde {MergeField
"IncidentFiled" \@ "d de MMMM de yyyy"}. SI NO ME DARLE PRUEBAS DE
SUS PAGOS A <<CREDITOR_NAME>> DENTRO DE 10 DÍAS A PARTIR DE LA FECHA
DE LA CARTA DESDE <<CREDITOR_NAME>> DANDO A USTED AVISO DE
INCUMPLIMIENTO, NO VOY A PODER AYUDAR A USTED.