Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale setting (SETOPTS?) broken for numeric masks / values #71

Closed
StephanWald opened this issue Nov 13, 2018 · 1 comment
Closed

Locale setting (SETOPTS?) broken for numeric masks / values #71

StephanWald opened this issue Nov 13, 2018 · 1 comment
Assignees

Comments

@StephanWald
Copy link

This seems to have been broken recently. When setting a !LOCALE in the program, like "nl_NL" the dates but esp the masks of the numbers seem unaffected. The sample also contains SETOPTS code that should flip the comma and the decimal, but doesn't.

@hyyan
Copy link
Member

hyyan commented Nov 13, 2018

@StephanWald setting the !LOCALE does not affect the numbers comma/dot setting
as the feature is language-independent .

To configure numbers separators you need to use SETOPTS as in DatatypesDemo.bbj
To configure date formatting according to the language you need to use !LOCALE as in EditingDemo.bbj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants