Menu

Custom fieldset translation

2023-07-17
2023-07-17
  • Pavel Stetina

    Pavel Stetina - 2023-07-17

    Hello,

    I made a custom fields in the PC Class and create "filedset" <item id="fieldset:PC:supportinfo"> to group this custom fields in GUI. </item>

    How I can add this "fieldset" to translation package and change it with user prefered language?

    I try this in the Localized data file and nothing works for me:

     'Class:PC/Fieldset:PC:supportinfo' => 'Informations'
    
     'Class:PC/Attribute:Fieldset:PC:supportinfo' => 'Informations',
    

    Thx

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2023-07-17

    Try

    'PC:supportinfo' => 'Informations',
    
     
    • Pavel Stetina

      Pavel Stetina - 2023-07-17

      It works.

      Thank You

       
      👍
      1

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.