Greetings to all of you.
I am having trouble dealing with translation files.
The case : We have a sales invoice which must be printed in the language of the receipt.
First things first, we want the language code of the report , to be equal to the language code field in the customer's card and not in posted sales inv header.
I have already achieved that with the code below(trigger on aftergetrecord on slaes invoice header dataitem) and the fieldcaptions are successfully translated based on the language code field within the customer card.
However, when it comes to Labels , the system does not recognise the language that i need them to be translated ( in our case , we need to translate to Greek).
I have inserted both labels within the labels report section and as variables.
I have copied the translation file that the system creates through ctrl+shift + b and change the target language.
And i have also added target translations to both labels variables and labels within the report section.
I even used state=translated as well.
But nothing works. I am stuck , so any help will be appreciated!
Thank you in advance all!