i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > ILocale > formattingLocale

    app.ILocale.formattingLocale property

    Gets the Unicode locale identifier that controls how dates and other values are formatted for display.

    Signature:

    readonly formattingLocale: string;
    

    Returns: string

    Introduced: version 1.0

    Remarks

    The methods of the data.IFormatter interface automatically make use of this value to provide appropriate value-formatting behavior. For example, en-gb-u-ca-gregory indicates the use of British English with a forced Gregorian calendar.

    In this article
    Back to top © N. Harris Computer Corporation