Configuring right-to-left format in a data visualization field
To extract the text direction
Use the com.remedy.arsys.plugincontainer.ARLocaleServiceProperties interface through the public String getProperty(String key, String defvalue); method.
The following example extracts the text direction from the PluginContext object given com.remedy.arsys.plugincontainer.PluginContext pc;
ARLocaleServiceProperties p = (ARLocaleServiceProperties)pc.getLocaleService();
boolean isRTL = false;
String val = p.getProperty("rtl", "false");
if (val.equalsIgnoreCase("true"))
isRTL = true;
boolean isRTL = false;
String val = p.getProperty("rtl", "false");
if (val.equalsIgnoreCase("true"))
isRTL = true;
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*