Hi Alessandro,
Did you already try this ? :
https://4js.com/online_documentation/fjs-fgl-manual-html/index.html#c_fgl_localized_strings_004.htmlYou can have a reference to your localize string identifier directly in the .4ad . Here is an example of structure:
<ActionDefault name="editcopy" text="Copy" image="copy"comment="Copy" acceleratorName="Control-C" contextMenu="yes">
<LStr text="Text.Copy"></LStr>
</ActionDefault>
And then in your .str file (that is afterwards compiled in .42s):
"Text.Copier"="My translation"
Now, the "copy" command of your context menu should be replaced by "My translation"
Best regards,
Lionel