I am trying to get my form to print in Croatian wh...
# advancedpdf
b
I am trying to get my form to print in Croatian when the customer is based in Croatia. I added this to my form but it is not printing in Croatian: <#elseif .locale == "hr_HR"> <link name="NotoSansCroatian" type="font" subtype="opentype" src="${nsfont.NotoSansCroatian_Regular}" src-bold="${nsfont.NotoSansCroatian_Bold}" bytes="2" />
m
Well, first question, is your computer set up with HR/Croatia Language?
If not, it is defaulting to whatever your pc is.
b
I think it is, I can see other documents in croation. I am thinking the link name or locale may be incorrect.