How to implement locale changes in clipboard
Hi,
I have a requirement to change all the number fields locale to German(for eg. 5.67 should appear as 5,67). On changing the 'Default Locale' to 'de_DE', the changes starts to appear in the UI as in on typing 5.67, the value changes automatically to 5,67 but the same doesn't gets reflected in the clipboard. In clipboard, the property value still shows 5.67. In PDF configuration, I'm capturing value from clipboard and so its retrieving the value 5.67 itself. Is there any way by which I can store the value 5,67 in clipboard? Regards, Akash