Posted 12 October 2017, 7:12 am EST
Hello,
For FlexReport .NET: Is it easily possible to translate builtin dialogs and adapt number and time formats to German or other languages? Is there any documentation available about this?
Thanks
Hans
Forums Home / ComponentOne / WinForms Edition
Posted by: oertwig on 12 October 2017, 7:12 am EST
Posted 12 October 2017, 7:12 am EST
Hello,
For FlexReport .NET: Is it easily possible to translate builtin dialogs and adapt number and time formats to German or other languages? Is there any documentation available about this?
Thanks
Hans
Posted 13 October 2017, 3:23 am EST
Hi,
You can set the Locale in FlexReport using the Localize option under the C1FlexViewerControl Task Menu. Refer the attached screenshot for more clarity.
Additionally, in the case of using English version of Windows, you may need to specify UICulture explicitly:
Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");
Below mentioned documentation link explains the same but with respect to C1Report and its C1PrintPreviewControl. It corresponds to C1FlexReport and C1FlexViewer, respectively:
http://helpcentral.componentone.com/nethelp/FlexReport/Localization.html
We are escalating this documentation related matter with the concerned team as well.
Regards,
Esha
Posted 14 October 2017, 3:49 pm EST
Im Thread https://www.grapecity.com/en/forums/winforms-edition/c1flexreport---localising- habe ich ein deutsches RessourceFile angehängt. Ihr könnt es gerne verwenden.
Lg