LOTUSSCRIPT/COM/OLE CLASSES


Language property
Example

Read-only. Language code associated with a name.

Note This property is new with Release 5.

Defined in

NotesName

Data type

String

Syntax

To get: string$ = notesName.Language

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 in Java Name class

@FormLanguage function in formula language

@LanguagePreference function in formula language

@Locale function in formula language

@Name in formula language

@UserNameLanguage function in formula language

Example
See Also