public static class PCBILocalizationPublic NotInheritable Class PCBILocalizationpublic ref class PCBILocalization abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type PCBILocalization = class end| 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. |
| ShowImporterError | Show or Logs message for importer errors/warnings |
| 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. |