Group: Forum Members
Last Active: 12 Years Ago
Posts: 3,
Visits: 1
|
Hello,
I translated parts of the Nevron.LocalizationDictionary.xml but how to implement this file to a project with the nevron diagram?
Thanks, Paul
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi, Please, take a look at the following documentation topic: http://helpdotnetvision.nevron.com/UsersGuide_Localization.html
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
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?
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Paul, Please, send your localized XML file to our support e-mail (support@nevron.com) so that we can test it out and tell you what's wrong.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 3,
Visits: 1
|
Hello,
the email is sent.
|