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 © 2016. All rights reserved.