4/8/2010
By default, the trial version of SS shows a nag screen when you compile and run any project using SS. You can suppress the nag screen by setting the DeveloperKey property of the scheduler. The DeveloperKey was emailed to you when you first registered for the download.
|
|
4/8/2010
Localization for Silver-Scheduler is provided through a TranslationDictionary class. Simply create a TranslationDictionary object, then take any text that you can see in SS and add it to the TranslationDictionary (translationDictionary.AddTranslation("the original text", "the translated text"). Lastly, set theScheduler.LanguageDictionary = translationDictionary.
|
|
|
|