How to Change Locale for All Fields | Community
Skip to main content
New Participant
March 23, 2022

How to Change Locale for All Fields

  • March 23, 2022
  • 2 replies
  • 1017 views

Hello,

I'm looking for a solution to change the locale for all fields in a form in Designer. Should I do this via scripting or is there a way to just change it in the settings? The screen reader doesn't work properly unless the locale has been set for each field. Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Mayank_Gandhi
Employee
March 30, 2022

@antsmith2988 I vaguely remember setting in the XML source a few years back and that would apply to whole form. If someone from the LC era remembers the attribute then that's what you need

radzmar
New Participant
March 25, 2022

Designer supports macros, which are simply scriptings you can execute from the tools menu. If you need to set up more than one form, it might be worth developing a macro for this purpose. Here's a help for them:

 

https://help.adobe.com/en_US/livecycle/11.0/DesignerHelp/WS3041177a02dcf48e2f8c933d12daa5a53a3-8000.2.html

New Participant
March 25, 2022

Yes, I know how to script in Adobe Designer. I'm asking if there's an effective way to do it via scripting (e.g. not having to loop through fields) or if there's a way to just set it from a master setting that applies to all fields in the form.