.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@UserNameLanguage
Example

Returns language tags associated with the user ID.

Note This @function is new with Release 5.

Syntax

@UserNameLanguage( index )

Parameters

index


Return value

namelanguage


Usage

The alternate name is expected to be used for a user's native language name.

Generally the native language name contains non-ASCII characters and cannot be displayed correctly without some proper fonts. The return value from @UsernameLanguage is used as reference of the native language.

@UserNameLanguage can be used as a default value formula to store the author's alternate language tag in their document as well as their primary name and alternate name. While referring to the language tag, the Domino application can switch the display name on the document between the primary name and the alternate name.

See @Locale for a list of language codes.

Language cross-reference

Language property of LotusScript NotesName class

Language property of Java Name class

Example
See Also