BenSelect Documentation
GetTextAndLanguage Method
See Also  Send Feedback
Selerix.BusinessObjects Namespace > TextAndLanguage Class : GetTextAndLanguage Method
text
Optional text to display.
language
The language the text is in.
isGlobal
Is text global or local.
Gets text and language or null.

Syntax

JScript 
public static function GetTextAndLanguage( 
   text : String,
   language : Languages,
   isGlobal : boolean
) : TextAndLanguage;

Parameters

text
Optional text to display.
language
The language the text is in.
isGlobal
Is text global or local.

Return Value

Returns a TextAndLanguage object or null if text is null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.