Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localizing MSGSVC expresions
Message
 
À
01/04/2004 16:24:33
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00891121
Message ID:
00891613
Vues:
13
>Jose,
>
>This is just a guess, but I would think that you could create a copy of MSGSVC, then translate the cOriginal, cTitle and cFunction columns. You would need to change the standard "YN" cFunction value (and perhaps others) to display the Portugese equivalent, but that shouldn't be too hard with a global replace.
>
>Good luck,
>
>David
>
>>Hi, how can I translate MSGSVC to Portuguese without changing all the Framework?
>>
>>Regards,

The problem is that I´ll have to change the Framewrok too. All occurrences of 'No' must be changed to "Não" and so on. See below.


IF This.oBizObj.lConfirmOnDelete
LOCAL lcMessage, lcReply
lcMessage = IIF(tlDeleteAll, 'DeleteAllRecs', 'DeleteRec')
lcReply = MsgSvc(lcMessage)
IF lcReply = 'No'
RETURN FILE_CANCEL
ENDIF
ENDIF
<\PRE>
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform