Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(bb961ae1-7432-11d4-b77a-00104b4119f8)]
interface nsIBidiKeyboard : nsISupports

Methods

 Determines if the current keyboard language is right-to-left
void isLangRTL(out PRBool aIsRTL)
 Sets the keyboard language to left-to-right or right-to-left
 @param aLevel - if odd set the keyboard to RTL, if even set LTR 
void setLangFromBidiLevel(in PRUint8 aLevel)