Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
deal with the need for multilingual printing in PDF
we are using PDF template in Japanese. It was discovered that the current PDF template does not print Hangul characters "e.g. 주식".
<#elseif .locale == "ja_JP">
font-family: NotoSans, NotoSansCJKjp, sans-serif;
If we add "NotoSansCJKkr" to the above font-family
However, I think it would be better to add the specification to font-family in advance if other languages are also considered.
For example, I would like to know if there are any advantages or disadvantages of the following description.
font-family: heiseimin, NotoSansCJKjp, NotoSansCJKkr, NotoSansCJKkr, NotoSansThai, NotoSansCJKsc, NotoSansCJKtc sans-serif;
How should we deal with the need for multilingual printing in PDF?
Please advise if you have any examples.