Declaration
public TranslationForm<TTranslation>(
TranslationForm<TTranslation>.Settings settings,
Icon icon,
string programTitle,
string moduleName,
Language language
)Summary
Main constructor.
Parameters
| TranslationForm<TTranslation>.Settings | settings | Settings of the TranslationForm<TTranslation>. |
| Icon | icon | Application icon to use. |
| string | programTitle | Title of the program. Used in the title bar. |
| string | moduleName | Used for locating the translation file to be edited under the Translations directory. |
| Language | language | The language to be edited. |