Hi,
for example, when i fill a field with 'type'
ifThen(
name == '',
name = string\concatenate(type, ' ', accountName)
);
how can i get the translated value? I want "Reklamation" instead of "Return delivery".
for example, when i fill a field with 'type'
ifThen(
name == '',
name = string\concatenate(type, ' ', accountName)
);
how can i get the translated value? I want "Reklamation" instead of "Return delivery".
Comment