|
Group: Forum Members
Posts: 3,
Visits: 1
|
Hello,
thanks for your reply. I tried the following: - translated in the Nevron Localization Manager Editor under the context "Diagram Designer" the Keys "About" until "Apply to:" - saved the xml File Nevron.LocalizationDictionary.xml and checked the changes via Texteditor - added via Designer NDrawingDocument, NDrawingView, NDrawingCommandBarsManager - added in Code: Imports Nevron.Globalization - and: Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load NLocalizationManager.Instance.Load("C:\Nevron\Bin\Nevron.LocalizationDictionary.xml") NLocalizationManager.Instance.Enabled = True End Sub
The keywords are still english. Or is there an other way to get a German translation?
|