Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Localization Links in Admin
Message
 
To
03/08/2004 21:39:58
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00929391
Message ID:
00930678
Views:
20
Gordon,

>Once back on the main page, I press the F5 button as you suggest to refresh the page. The "Translation Setup" link appears at the top-left of the page. Pressing this link does nothing.

OK...clicking this link should run the Language Administration form. If you look at mmBaseWebPage.OnLoad() you'll see the following code:
// *** See if we clicked on the dynamic Localization Admin button
if (Request.Form["__EVENTTARGET"] == "btnmmLocalizeAdministration") 
	this.LocalizeSetupForm();
I recommend setting a breakpoint on this code to see if it gets executed.

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform