BBjThinClient::getClientLocale

Description

In BBj 11.0 and higher, this method returns the locale of the client machine as a string (e.g. en_US).

Syntax

Return Value

Method

string

getClientLocale()

Parameters

None.

Return Value

Returns the locale of the client machine.

BUI logoRemarks

See BUI: Interacting with client files for a detailed discussion of the BUI BBjThinClient.

Example

rem ' BBjThinClient::getClientLocale Example

tc!=BBjAPI().getThinClient()
print tc!.getClientLocale()

See Also

BBjAPI

BBjThinClient

BBjThinClient::getClientLocales

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.