Problem with using translations in stimulsoft reports.
Posted: Mon Mar 10, 2025 7:48 am
i have a problem with using translations in stimulsoft reports.
There is a textfield that shows a different value depending on the condition. Could someone tell me how to setup a translation key for each possible value in the textfield? normally i add the key to the globalised name property but since there are more options for a single textfield this doesn't work. This is the condition i use: {AddressType == "billing" ? "Factuuradres" : AddressType == "post" ? "Postadres" : "Bezoekadres"}
There is a textfield that shows a different value depending on the condition. Could someone tell me how to setup a translation key for each possible value in the textfield? normally i add the key to the globalised name property but since there are more options for a single textfield this doesn't work. This is the condition i use: {AddressType == "billing" ? "Factuuradres" : AddressType == "post" ? "Postadres" : "Bezoekadres"}