PCBILocalization Class

Translate your text in used language, if text is known.

Definition

Namespace: PCB_Investigator.Localization
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static class PCBILocalization
Inheritance
Object    PCBILocalization

Methods

ChangeLanguage Change the language to selected languageName, this do not update the menu of open instances. You have to change the language before open PCB-Investigator or creating new windows.
GetCurrentLanguageName Which language is selected?
InitLanguages Read the language package file form subdirectory.
ShowMsgBox Shows the internal MessageBox, which automatically translates known content
TranslateToCurrentLanguage(Control) Translate all controls of this control in current language.
TranslateToCurrentLanguage(String) Translate text to current language.
TranslateToCurrentLanguageWPF(DockPanel) Translate all controls of this dock panel in current language.
TranslateToCurrentLanguageWPF(Grid) Translate all controls of this dock grid in current language.

See Also