Language

Description

For those interfaces that support it, specifies the language you want to use when connecting to your target database.

NoteWhen to specify Language You must specify the Language parameter before connecting to the database. The Language setting takes effect when you connect to the database.

Applies to

Syntax

Language='language_name' 

Default

None

Usage

When you specify a value for Language, PowerBuilder:

If you have previously set a value for the Locale parameter, which includes settings for the language and character set you want the Open Client software to use, you can override the language value by specifying a new value for the Language parameter and reconnecting to the database.

Unicode data access PowerBuilder can access Unicode data in an Adaptive Server Enterprise (ASE) 12.5 or higher Unicode database or in Unicode columns in ASE 12.5 or higher. PowerBuilder converts between double-byte character set (DBCS) data and Unicode automatically, provided that the Language and CharSet parameters are set with DBCS values (or the Locale parameter is set with DBCS values).

For example:

Language='tchinese'

CharSet='big5'

Examples

Example 1

To set the Language parameter to French:

See also