you can catch it with a variable and IfThen function, like
Code:
$location = '';
ifThen (jobLocation == "Programmierer office", $location = "Programmierer Büro");
ifThen (jobLocation == "Other", $location = "Andere");
name = string\concatenate("Job name from ", $location);

Leave a comment: