Results 1 - 12 of 12

:-moz-locale-dir(ltr)

The :-moz-locale-dir(ltr) CSS pseudo-class matches an element if the user interface is being displayed left-to-right. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "ltr".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class

L10n.language.code

Returns the code of the currently active language.
API Firefox OS l10n Localization Property Reference Référence

L10n.language.direction

Returns the direction of the currently active language (ltr or rtl).
API Firefox OS l10n Localization Property Reference Référence

L10n.readyState

readyState should be used sparingly;  L10n.ready() and L10n.once() are usually better suited for controlling when code is run relative to the state of the localization.
API Firefox OS l10n Localization Property Reference Référence

:-moz-locale-dir(rtl)

The :-moz-locale-dir(rtl) CSS pseudo-class matches an element if the user interface is being displayed right-to-left. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "rtl".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class Right-to-left