Hi,
In LC designer under form properties > Defaults you can set Locale. We use Viewer's system locale
Today all our forms have . (dot) and , (comma) mixed up in numeric fields.
- We have not changed the forms
- We have not changed/updated Acrobat/reader software or changed language from danish to english
We do not know if changes in windows have happend. Some GPO settings have been changed as Office 2007 have been lanched
Help is much appreciated and needed... I need bright input NOW
/Thomas
Jyske Bank, Denmark
Solved! Go to Solution.
Views
Replies
Total Likes
Locale definitions are also stored inside the XFA definition. You can see them if you go into XML Source view and search for: "localeSet".
The localeset will embed the ambient locale of the form designer's system, and will also embed all locales referenced by the form.
So if you want to guarantee that the Danish locale gets embedded, then create at least one object on your form that explicitly uses that locale.
Also bear in mind that once a form with an ambient locale is opened and saved, the locale setting will be preserved in form state.
That way the form appearance will remain consistent if it gets sent to someone else who has a different ambient locale.
locale can also be explicitly set via script if need be.
John
Views
Replies
Total Likes
Hi,
Have you looked in the Windows Control Panel; under Regional & Language Options you have two settings that may help:
Otherwise change the locale from viewer's settings to Danish (Denmark).
Hope you get it sorted,
N.
Views
Replies
Total Likes
Hi niall
we have allready checked windows in that setting and it looks correct, with correct danish seperators
100.000,00 DKK = correct
but still in our forms
100,000.00 DKK = WRONG
anyone other with ideas??
we think about hardcoding locale to danish. we have 500 pdf forms that need updated XDP and later saved to PDF
/Thomas
Views
Replies
Total Likes
Locale definitions are also stored inside the XFA definition. You can see them if you go into XML Source view and search for: "localeSet".
The localeset will embed the ambient locale of the form designer's system, and will also embed all locales referenced by the form.
So if you want to guarantee that the Danish locale gets embedded, then create at least one object on your form that explicitly uses that locale.
Also bear in mind that once a form with an ambient locale is opened and saved, the locale setting will be preserved in form state.
That way the form appearance will remain consistent if it gets sent to someone else who has a different ambient locale.
locale can also be explicitly set via script if need be.
John
Views
Replies
Total Likes
Hi,
To correct our production problem, we set all forms to danish locale - earlier we use the 'ambient locale'. This made the correct seperators in amounts etc
Days later, our IT department found out, that the codepage had been changed by mistake. This was deeper in the Windows system, as windows regional settings still displayed danish. When corrected it solved the issue
/Thomas G
Jyske Bank.. soon going to MAX 2009
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies