/**
  * Returns a localized string for the given key.
  *
  * @deprecated please use {@link #getLocalizedString(String, SessionContext)} instead
  */
 @Deprecated
 public static String getLocalizedString(String strKey, JaloSession jaloSession) {
   return getLocalizedString(strKey, jaloSession.getSessionContext());
 }