Flexpivot Localization

Posted by: ahmdsalh on 1 November 2017, 4:39 pm EST

    • Post Options:
    • Link

    Posted 1 November 2017, 4:39 pm EST

    Hi,

    I’m new to using c1 components for winforms (VB.Net)

    How can I change the language of the titles, tooltips and other text of a flexpivot control.

    I need it to support Arabic and Portuguese.

    I seached the documentation and found nothing.

    Highly appreciate your support.

    Thanks in advance

  • Posted 2 November 2017, 4:14 am EST

    Hi Ahmed!

    You can add the given code snippet to your application,

    1. For Arabic:
    System.Threading.Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo("ar-EG")
    System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo("ar-EG")
    
    1. For Portuguese:
    System.Threading.Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo("pt-PT")
    System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo("pt-PT")
    

    Attached is the sample that demonstrates the same for Arabic.

    Regards,

    Meenakshi

    Prj_FlexPivotPage_VB.zip

  • Posted 2 November 2017, 8:02 am EST

    Nice. Thank you.

    for “de-de”

  • Posted 3 November 2017, 12:43 am EST

    Hi Andreas!

    Sorry but I could not get your point here. If there is any localization issue w.r.t. this culture, you can let me know the same.

    Regards,

    Meenakshi

  • Posted 14 November 2017, 7:32 am EST

    Hi!

    Is it possible for you to help us with Arabic translation in FlexPivotPage, for its improvement?

    I am attaching resources file “resx.zip” (translation of only value fields is required), along with the menu popup image “Img_MenuPopup.png” (menu options need to be translated).

    Thanks,

    Meenakshi

    resx.zip

  • Posted 9 December 2017, 10:25 am EST

    Hi, at the time of the post I just wanted to say thank you and that it s nicely working for German too. In the meantime I did some examples for customers and noticed some errors in the translations which I will send you within this thread in detail as soon as work allows …

    Thank you and Regards.

  • Posted 11 December 2017, 2:17 am EST

    Hi!

    Oh! I am glad that it worked for you too.

    And no issues Andreas. Update me once you are done, so that I can take appropriate actions in resolving the translation errors.

    Regards,

    Meenakshi

  • Posted 21 December 2017, 9:16 pm EST

    Yes sure i can help in Arabic translation.

    example: for the popup menu:

    Copy = نسخ

    Show Details = اظهر التفاصيل

    Field Settings = إعدادات الحقل

  • Posted 22 December 2017, 12:26 am EST

    Hi!

    Thank you for this.

    However, there is a resources file also that needs some translation. I am attaching that file “resx.zip” (in which translation of only value fields is required) to this post also. Kindly let me know once this is completed.

    resx.zip

    Best regards,

    Meenakshi

  • Posted 22 December 2017, 5:22 pm EST

    Ok. I will let you know … I will take a look at it now

    Also, i have another question regarding localization.

    How can i convert flexreportviewer to arabic as well? the culture change doesn’t work

  • Posted 26 December 2017, 2:54 am EST

    > How can i convert flexreportviewer to arabic as well?

    Hope this helps.

    Regards,

    Meenakshi

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels