Home > @i2analyze/notebook-sdk > app > ILocale
app.ILocale interface
A set of locale information.
Signature:
interface ILocale
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
baseTextDirection | readonly |
data.BaseTextDirection | Gets the base direction of text in the user interface, which controls how mixed LTR/RTL text should behave. |
flowDirection | readonly |
'ltr' | 'rtl' | Gets the direction of overall flow of controls and blocks of text in the user interface. |
formattingLocale | readonly |
string | Gets the Unicode locale identifier that controls how dates and other values are formatted for display. |
translationLocale | readonly |
string | Gets the language into which the i2 Notebook user interface is currently translated. |