public interface LanguageProcessor 
      | Modifier and Type | Method and Description | 
|---|---|
boolean |  
           isRTL() 
            
              Indicates if the rundirection is right-to-left. 
               |  
          
String |  
           process(String s) 
            
              Processes a String 
               |  
          
Copyright © 1998–2019. All rights reserved.