Replied 16 February 2022, 6:22 pm EST
Hi,
what version do you use? In recent versions, the "C1PrintPreviewControl" was moved to the assembly "C1.Win.PrintPreview.4.5.2".
Is your control in the project that produces the exe, or in another class library project?
If the latter is true, you have to register the localized resources like this:
C1.Win.C1Preview.Strings.ResourceManager = new System.Resources.ResourceManager("My.Namespace.C1LocalizedResources.C1.Win.PrintPreview.4.5.2",
typeof(AnyTypeInMyAssembly).Assembly);
In our application, we also copied the localized texts to the invariant culture ("C1.Win.C1Report.4.5.2.resx"), but this might be caused by the fact that we do not deploy the satellite assemblies.
Hope any of these hints helps
Wolfgang