Locale Setting Not Working
Thursday, December 27, 2018 at 04:07pmI set a package language with French.
final DocumentPackage documentPackage = packageToBuild.withLanguage(Locale.FRENCH)Nothing changed to French except the embedded Consent pdf in the page as attached. However, I am actually expecting every single word in the page presented in French. Likewise, nothing is in French in my Contract pdf, the 'Download', 'Download All Files' and so on in the header. I wonder if it's a default behaviour with the language setting. Is it possible to change everything in French?
Reply to: Locale Setting Not Working
Thursday, December 27, 2018 at 04:44pmfinal Signer signer1 = SignerBuilder.newSignerWithEmail("[email protected]" ) .withCustomId("Signer1") .withFirstName("Signer1 first name") .withLastName("Signer1 last name") .withLanguage(Locale.FRENCH).build();The Language Drop Down list in Signing Ceremony also changes all the Prompt messages as the attachment shows. Hope this could help! DuoReply to: Locale Setting Not Working
Friday, December 28, 2018 at 04:02amReply to: Locale Setting Not Working
Friday, December 28, 2018 at 04:19am