Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localization Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00936568
Message ID:
00936647
Vues:
30
Shawn,

This should work just fine...is it possible something you've customized in your application is preventing the default MM .NET behavior from kicking in?

When you select a different language, mmApplicationDesktop.LocalizeApplication(). Within this method, a call is made to the LanguageMgr that sets the current culture:
mmAppDesktop.LanguageMgr.SetCulture(languagePK);
I recommend setting a breakpoint to see if this code is getting executed. You should also check the value for the culture in your database to make sure it is being persisted properly.

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