(a) Function
Gets the conversion character set for data conversion name that was set.
(b) Format
public String getEncodeLang()
(c) Arguments
None.
(d) Return value
- String
- This is the conversion character set name. If a conversion character set name was not specified by the setEncodeLang method, the null value is returned.
(e) Functional detail
Returns the conversion character set name that was set by the setEncodeLang method.
(f) Exceptions
None.