Does anyone know how to get the proper language/lo...
# advancedpdf
s
Does anyone know how to get the proper language/locale value from the customer in a transaction template? For example, if I set a customer's language to German, when I view the customer record, the language value is
de_DE
, however
${record.entity.language}
in my template returns
German
instead. I also tried
${record.entity.language.id}
but that just returns a numeric internal id.