GlobalizationContext interface

Properties

culture
explicitTheme

Gets the explicitly-set theme, or the empty string if a theme was not explicitly set. An explicitly-set theme is set either in the query string (?theme=[themename]) or in the user's profile. However, the default theme set in the profile is not considered to be an explicitly-set theme.

theme
timeZoneId
timezoneOffset
typeAheadDisabled

Property Details

culture

culture: string

Property Value

string

explicitTheme

Gets the explicitly-set theme, or the empty string if a theme was not explicitly set. An explicitly-set theme is set either in the query string (?theme=[themename]) or in the user's profile. However, the default theme set in the profile is not considered to be an explicitly-set theme.

explicitTheme: string

Property Value

string

theme

theme: string

Property Value

string

timeZoneId

timeZoneId: string

Property Value

string

timezoneOffset

timezoneOffset: number

Property Value

number

typeAheadDisabled

typeAheadDisabled: boolean

Property Value

boolean