Declaration
public TranslationWindow(
Type translationType,
TranslationWindow.Settings settings,
ImageSource icon,
string programTitle,
string moduleName,
Language language
)
Summary
Main constructor.
Parameters
Type | translationType | The type containing the TrString and TrStringNum fields to be translated. |
TranslationWindow.Settings | settings | Settings of the TranslationWindow. |
ImageSource | 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. |