Print Page | Close Window

Printer PageSetup

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=3973
Printed Date: 21 November 2024 at 8:44pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Printer PageSetup
Posted By: flauzer
Subject: Printer PageSetup
Date Posted: 10 April 2006 at 10:12am

How to use a resource file to change the language used to display    Page Setup Form in CalendarControl.ShowPrintPageSetup method?

I've used   in Form_Initialize

  CalendarGlobalSettings.ResourceFile = App.Path & "...."

but the language in PageSetup is still in english....




Replies:
Posted By: sserge
Date Posted: 10 April 2006 at 2:20pm
That's possible but unfortunately for the current version we do not provide different language translations.

To do that by yourself you'll have to:
-- Export resources from Calendar.ocx to a reparate RC file (you can use Visual Studio for that);
-- Translate this resource file;
-- Create localized resource DLL using this resource file;
-- CalendarGlobalSettings.ResourceFile = <path> + "YourResource.dll"

--
WBR,
Serge



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net