Difference between revisions of "GlobalLanguageFallback"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: globalLanguageFallback}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
+
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
  
 
==Purpose==
 
==Purpose==
Line 11: Line 11:
 
Specified as:
 
Specified as:
 
  globalLanguageFallback=[ll-CC|null]
 
  globalLanguageFallback=[ll-CC|null]
where ll-CC is the (ISO-639) language and (ISO-3166) country code. Specifying '''<tt>null</tt>''' will result in NO help content being displayed if help is not available in the user's language.
+
or
 +
globalLangAlt=[ll-CC|null]
 +
where <tt>ll-CC</tt> is the (ISO-639) language and (ISO-3166) country code. Specifying '''<tt>null</tt>''' will result in ''no'' help content being displayed if help is not available in the user's language.
  
[[Category: Web Assistant parameter]]
+
==See Also==
 +
* '''[[languageFallback]]'''
 +
 
 +
[[Category: SAP Companion parameter]]

Latest revision as of 21:45, 9 November 2023


Scope

SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.

Purpose

This parameter specifies the language in which help content should be displayed, if content is not available in the user's (interface) language. This defaults to en-US, for English (United States).

Usage

Specified as:

globalLanguageFallback=[ll-CC|null]

or

globalLangAlt=[ll-CC|null]

where ll-CC is the (ISO-639) language and (ISO-3166) country code. Specifying null will result in no help content being displayed if help is not available in the user's language.

See Also