The getLCID and putLCID methods of the ISessionObject interface retrieve or set the LCID property for the Session object, respectively.
public abstract int getLCID();
public abstract void putLCID(int val);
Returns an integer that contains the LCID value.
val | [retval] [out] An integer that contains the LCID value. |