Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: TranslationForm<TTranslation>(TranslationForm<TTranslation>.Settings, Icon, string, string, Language)

Declaration

public TranslationForm<TTranslation>(
    TranslationForm<TTranslation>.Settings settings,
    Icon icon,
    string programTitle,
    string moduleName,
    Language language
)

Summary

Main constructor.

Parameters

TranslationForm<TTranslation>.SettingssettingsSettings of the TranslationForm<TTranslation>.
IconiconApplication icon to use.
stringprogramTitleTitle of the program. Used in the title bar.
stringmoduleNameUsed for locating the translation file to be edited under the Translations directory.
LanguagelanguageThe language to be edited.