Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localize 'RequiredFieldMessageSuffix'
Message
 
À
21/05/2006 07:16:26
Ralph Rutschmann
Anwendungsentwicklung
Stuttgart, Allemagne
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01123808
Message ID:
01126377
Vues:
11
Ralph,

>the translation features of mm.net 2.1 are great! :-)
>
>But one thing don't gets translated in my app: The RequiredFieldMessageSuffix returns " is required" all the time for the tooltip of the Information-Icons, no matter what I'm doing. It seems, the "set" part of "protected string RequiredFieldMessageSuffix" is never executed.
>
>Also not in the localized northwind sample app.
>
>What do I do wrong? Any hint?

It's not you, it's me <g>!

Try executing the following command against your message table:
INSERT INTO Message (MessageKey, MessageText, DialogText) values
	(' is required',' is required',1)
This adds a record you can then translate at run time using the "Localize Messages" button.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform