Interface RegionalValues

  • All Known Subinterfaces:
    RegionalOptions, WebIServerSession

    public interface RegionalValues
    This interface provides accessor methods for various locale settings. Note that the accessor methods always return non-null WebLocale instances even though WebLocale.getLocale() may be null.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getMetadataWebLocale

        WebLocale getMetadataWebLocale()
        Returns:
        the metadata locale.
      • getDisplayWebLocale

        WebLocale getDisplayWebLocale()
        Returns:
        the web display locale.
      • getMessagesWebLocale

        WebLocale getMessagesWebLocale()
        Returns:
        the locale used by the Intelligence Server for displaying messages.
      • getNumberWebLocale

        WebLocale getNumberWebLocale()
        Returns:
        the number and date-time locale
      • getWarehouseDataWebLocale

        WebLocale getWarehouseDataWebLocale()
        Returns:
        the warehouse data locale.