suitedev
09/22/2020, 8:00 PMscottvonduhn
09/22/2020, 11:46 PMscottvonduhn
09/22/2020, 11:50 PMsuitedev
09/23/2020, 1:45 AMscottvonduhn
09/23/2020, 9:31 AMscottvonduhn
09/24/2020, 2:28 PMlocale
, and NetSuite passes in a global variable named .locale
to the template. But, NetSuite does not set the FreeMarker locale
to match the .locale
variable automatically, however you can do it yourself (should be done right near the top of the document): <#setting locale = .locale>
This makes number and date formatting in the template follow the Java conventions for number and date formatting for the locale.suitedev
09/25/2020, 7:51 AM