BBjThinClient::getClientLocales

Description

In BBj 21.02 and higher, this method returns a BBjVector of strings containing a list of the client's preferred locales.

Syntax

Return Value

Method

BBjVector

getClientLocales()

Parameters

None.

Return Value

Returns a BBjVector of strings containing a list of the client's preferred locales.

BUI logoRemarks

In the BUI client, this list corresponds to navigator.languages.

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

Example

rem ' BBjThinClient::getClientLocales Example

rem ' getClientLocales
tc! = bbjapi().getThinClient()
i = msgbox(str(tc!.getClientLocales()),0,tc!.getClientLocale())
release

See Also

BBjAPI

BBjThinClient

BBjThinClient::getClientLocale

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