Interface LanguageProcessor

    • Method Detail

      • process

        String process​(String s)
        Processes a String
        Parameters:
        s - the original String
        Returns:
        the processed String
      • isRTL

        boolean isRTL()
        Indicates if the rundirection is right-to-left.
        Returns:
        true if text needs to be rendered from right to left.