[Feature Request]: Krypton.Toolkit.Suite.Extended.Outlook.Grid - language support german
Could you also include german as a language for the Outlook.grid. I have translated the resource as good as possible and attached.
Krypton.Toolkit.Suite.Extended.Outlook.Grid.Languague.Strings.de-DE.resx.zip
Hi @mikel3361
Thanks for your translation, can you confirm if this is working for you in the latest nightly build?
Sorry, out of office until July 25. Check it later
Ok, no problem
Form/Control does not respond to language settings at all. This may be due to VB.net or Windows installation. No matter what I set it always shows Default. But I would release it like this - it's surely me. Also other controls do not react on changing the language. I am still looking for the cause.
It might be a issue in Krypton.Toolkit.Suite.Extended.Outlook.Grid\Classes\Utilities\Language\LanguageManager.cs
Wouldn't it be better to keep the texts as a property in the grid like in KryptonManager and to react on language settings like standard controls? Then you could take care of your translation yourself according to your preference without having unnecessary translations in your project.
Wouldn't it be better to keep the texts as a property in the grid like in KryptonManager and to react on language settings like standard controls? Then you could take care of your translation yourself according to your preference without having unnecessary translations in your project.
That might be a good new feature request
Hi @mikel3361
Can you test using todays nightly please 215, as I've re-worked it to use a settings database
Not the best sample - don't know where to see localized text, but Colums react on language changes. The Popup-menu seems not show changes. german localization is present. I realy do not know what is happend...
Maybe a better Testapp, but currently no Time for it. GroupBox lost Localized strings on reopen - only default. (213)
Header (Spalte 1, Spalte 2...) only set in German (de-DE)
Packages i use in the Testproject:
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="Krypton.Toolkit.Nightly" version="70.22.8.213-alpha" targetFramework="net472" /> <package id="Krypton.Toolkit.Suite.Extended.Outlook.Grid.Nightly" version="70.22.8.215-alpha" targetFramework="net472" /> </packages>
Have i missed something to include?
As i mentioned before - properties should be better. GroupBox lost localisation....
It's not a big deal at the moment because I don't have an active project with OutlookGrid. So far I only use the DataGridView and it works as I want it to. I can't say if there are other controls that have localization problems.
Hi @mikel3361
I think I put these under a property called 'LanguageSettings' if I recall
Refined to use properties, instead of resx files
Closing, due to the use of properties