FORMULA LANGUAGE


@LanguagePreference
Example

Returns user's specified preferred language setting.

Note This function is new with Release 5.

Syntax

@LanguagePreference ( [ key ] )

Parameters

[ key ]


Return value

preferredlanguage


Usage

@LanguagePreference is used to implement mechanisms for handling language-dependent features. A database that is designed to store data in multiple languages can select the language in which the data should be published for each user by using @LanguagePreference[Content].

See @Locale for a list of language codes.

@LanguagePreference supports the Web browser client. When the browser client calls @LanguagePreference, it returns a list of languages specified in the Web browser. This returned list is normalized based on the key parameter of the @function.

Language cross-reference

Language property of LotusScript NotesName class

Language property of Java Name class

Example
See Also