JAVA/CORBA CLASSES

Language property
Read-only. The language code associated with an alternate user name. Returns an empty string if the property is undefined.

Defined in

Name

Data type

String

Syntax

public String getLanguage()
   throws NotesException

Usage

This property is always an empty string for the primary user name, which has no associated language.

See @Locale in the formula language for a list of language codes.

Language cross-reference

Language property in LotusScript NotesName class

@FormLanguage function in formula language

@Locale function in formula language

@LanguagePreference function in formula language

@UserNameLanguage function in formula language

See Also