Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Printer PageSetup
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Printer PageSetup

 Post Reply Post Reply
Author
Message
flauzer View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 December 2003
Location: Italy
Status: Offline
Points: 108
Post Options Post Options   Thanks (0) Thanks(0)   Quote flauzer Quote  Post ReplyReply Direct Link To This Post Topic: Printer PageSetup
    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....

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.