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...") |
(→Usage) |
||
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 | + | 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. |
+ | |||
+ | ==See Also== | ||
+ | * '''[[languageFallback]]''' | ||
[[Category: Web Assistant parameter]] | [[Category: Web Assistant parameter]] |
Revision as of 13:41, 29 March 2021
Scope
Web Assistant parameter, specified either in the URL or in the Web Assistant 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]
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.