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

config: class for new 'globalization' object #79

Open
SibrenJacobs opened this issue May 23, 2022 · 0 comments
Open

config: class for new 'globalization' object #79

SibrenJacobs opened this issue May 23, 2022 · 0 comments

Comments

@SibrenJacobs
Copy link

JSON representation:

"globalization": [
    {
        "date_format": "DD-MON-YYYY",
        "date_time_format": "DD-MON-YYYY HH24:MI",
        "timestamp_format": "DD-MON-YYYY",
        "timestamp_tz_format": "DD-MON-YYYY",
        "nls_sort": "BINARY",
        "nls_comp": "BINARY",
        "nls_numeric_characters_dec_grp": ".,",
        "nls_currency": "$",
        "nls_territory": "AMERICA",
        "nls_language": "AMERICAN",
        "direction": "ltr",
        "application_primary_language": "en"
    }
]

The class PrintJob has a new variable of this type.

SibrenJacobs pushed a commit that referenced this issue Jun 2, 2022
…for globalization options. PrintJob has a new variable of this Globalization class.
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

1 participant