setErrorLanguage method

Sets the language to use for error messages.

Syntax
void DatabaseManager.setErrorLanguage(
  String lang
)
Parameters
  • lang   The language code as a double character.

Remarks

Recognized languages are EN, DE, FR, JA, ZH. If an unrecognized language is specified, the system reverts to the default.

In J2SE and BlackBerry J2ME environments, the current Locale is used to determine the default language. In other J2ME environments, this method provides the only way to specify the language. The default language is "EN".