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
Try
'PC:supportinfo' => 'Informations',
It works.
Thank You
Log in to post a comment.
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:
Thx
Try
It works.
Thank You