scottvonduhn
12/02/2020, 4:30 PMnstranslation.get()
, but then realized that I had a lot of repetition, so I put all of the translation keys (which are actually functions) into a custom map variable.
Then, I can use the following code to reference them:
${translations.TAX_AMT}
${translations.INVOICE}
al3xicon
12/02/2020, 5:21 PMal3xicon
12/02/2020, 5:22 PMal3xicon
12/02/2020, 5:23 PMscottvonduhn
12/02/2020, 5:30 PMal3xicon
12/02/2020, 5:43 PM