Printer PageSetup |
Post Reply |
Author | |
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
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.... |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |