ASA Database Administration Guide
Database Administration Utilities
The Language utility
dblang { options } [ language-code ]
Option | Description |
---|---|
-d | Change deployment settings only |
-q | Operate quietly—do not print messages |
Language code | Language |
---|---|
DE | German |
EN | English |
ES | Spanish |
FR | French |
IT | Italian |
JA | Japanese |
KO | Korean |
PL | Polish |
PT | Portuguese |
RU | Russian |
TW | Traditional Chinese |
UK | Ukrainian |
ZH | Simplified Chinese |
The utility is installed only when the International Resources Deployment Kit (IRDK) is selected during installation.
Running dblang without a language code reports the current settings. These settings are as follows:
Adaptive Server Anywhere A key from HKEY_LOCAL_MACHINE that holds a two-letter language code from the table above.
This setting controls which language resource library is used to deliver informational and error messages from the Adaptive Server Anywhere database server. The language resource library is a DLL with a name of the form dblgXX9.dll, where XX is a two-letter language code.
Ensure that you have the appropriate language resource library on your machine when you change the settings.
Sybase Central A key from HKEY_LOCAL_MACHINE that holds a two-letter language code from the table above.
This setting controls the resources used to display user interface elements for Sybase Central and Interactive SQL. You must have purchased the appropriate localized version of SQL Anywhere Studio for this setting to take effect.
Exit codes are 0 (success) or non-zero (failure).
This utility does not accept @filename parameters. For more information, see @filename server option.
If you selected the International Resources Deployment Kit (IRDK) during installation, the following command displays a dialog box containing the current settings:
dblang
The following command changes the settings to French, and displays a dialog containing the previous and new settings:
dblang FR