Advanced PDF NetSuite Tutorial
You can write the If else statement this way: .locale is used for the translation to different local languages based on user localization preferences.
<#if .locale =='zn'>
font-family: sans-serif;
<#elseif .locale =="ko">
font-family:verdana
<#...
suiteexplorer.hashnode.dev1 min read