Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Implementing localization
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01141960
Message ID:
01143916
Views:
18
Kevin,

I finally got back to this. All the newly entered values are saved correctly but I still can't get the screen to display in the newly selected language.

I made sure that the field type is VarChar for both MessageKey and MessageTxt. I also pressed Ctrl+F5 but it made no difference. Note that I had to change the name from MessageText to MessageTxt. I did add a business object MessageManager which subclasses mmMessageManager and set the new name there. Here's that code:
            this.TableName = "Message";
            this.PrimaryKey = "MessagePK";
            this.DescriptionField = "MessageTxt";
            this.MessageKeyField = "MessageKey";
            this.MessageTextField = "MessageTxt";
            this.DialogTextField = "DialogText";
            this.LanguageField = "LanguageFK";
Would it make a difference that the language chooser is in the MasterPageMain.master?

Also, I am not able to see the controls to add a language. Is there some property I need to set to be able to see them?

Thanks.

Linda

[UPDATE]

I tried stepping through the code in the language chooser. The LanguageChosen property is always false, so current language always gets set to the default language. I am using session variables. Is it possible that they are overriding the MM session variables?
Linda Harmes
HiBit Technologies, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform