Trails Packages
    Preparing search index...

    Interface ApplicationConfig

    Runtime application configuration.

    interface ApplicationConfig {
        locale?: string;
        properties?: ApplicationProperties;
    }
    Index

    Properties

    Properties

    locale?: string

    Set this value to a locale string (e.g. "en") to for the application's locale. The default behavior is to choose an appropriate locale for the current user based on the browser's settings.

    The locale must be supported by the application.

    Properties specified here will override default properties of the application's packages.