Nevron Forum

How to use the Nevron.LocalizationDictionary.xml?

https://www.nevron.com/Forum/Topic6366.aspx

By Paul Andersson - Tuesday, May 1, 2012

Hello,


I translated parts of the Nevron.LocalizationDictionary.xml but how to implement this file to a project with the nevron diagram?


Thanks,
Paul
By Nevron Support - Wednesday, May 2, 2012

Hi,

Please, take a look at the following documentation topic: http://helpdotnetvision.nevron.com/UsersGuide_Localization.html

By Paul Andersson - Thursday, May 3, 2012

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?
By Nevron Support - Thursday, May 3, 2012

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.

By Paul Andersson - Thursday, May 3, 2012

Hello,


the email is sent.