Hi Experts
In sales quotation am having 4 different types of language text.
I have assigned in Formula like below then my text will be changes automatically
Similarly my client having 4 different types of logo. How to assign accordingly to their language
Example for Changing text other languages
Select {Command.LangCode}
Case 22 : //French
"Fermeture, doublure, anses, labels"
Case 13 : //Italian
"Zip, Fodera, Manici , Etichette"
Case 9 : //German
"Reißverschlüsse, Laminierungen, Henkel, Etiketten"
Default : //English (3)
"Zips, Linings, Handles, Labels"
Thanks
vinoth