This is a migrated thread and some comments may be shown as answers.

Localization with Progress Developer Studio 11.6.2

2 Answers 42 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jürgen
Top achievements
Rank 1
Jürgen asked on 17 Jun 2016, 08:34 AM

Hello,

I made some tests with the trial version (2015.02...) shipped with Progress Developer Studio and with this Version the localization worked. Now I purchased a regular Version (2016.02.....) and installed it. I build a complete new Form with a RadDock (correct version 2016.02...) in it an tried the localization in the following steps, which work with the 2015.02 Version

1. in the Using section:

    USING Telerik.WinControls.UI.Localization.RadDockLocalizationProvider.

2. in the Constructor:

    RadDockLocalizationProvider:CurrentProvider = NEW Basis.DockGermanLocalization().

After typing "RadDockLocalizationProvider:" the Dev.Studio proposes me the property "CurrentProvider". The form compiles with no errors. Running the form gives me then following error:

"System.MissingMethodException: The method "Telerik.Controls.UI.Localization.RadDockLocalizationProvider.CurrentProvider" not found"

What did I wrong? Thank you for your answer in advance

Regards

Jürgen

 

2 Answers, 1 is accepted

Sort by
0
Jürgen
Top achievements
Rank 1
answered on 17 Jun 2016, 09:00 AM

I found the solution!

I have to recompile my Lcalization class "DockGermanLocalization()" against the new Version of the Telerik Controls and it works!

0
Dimitar
Telerik team
answered on 17 Jun 2016, 10:28 AM
Hello Jurgen,

I am glad that this is working fine now. Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
Dock
Asked by
Jürgen
Top achievements
Rank 1
Answers by
Jürgen
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or