JAVA/CORBA CLASSES


Language property
Example

Read-only. The language code associated with an alternate user name.

Defined in

Name

Data type

String

Syntax

public String getLanguage()
   throws NotesException

Usage

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

This property returns an empty string if the language is undefined.

A primary name created through Domino administration does not have a language code; an alternate name may have a language code.

Language cross-reference

Language property in LotusScript NotesName class

@FormLanguage function in formula language

@Locale function in formula language

@LanguagePreference function in formula language

@Name in formula language

@UserNameLanguage function in formula language

Example
See Also