Reference > Expressions > Built-in Functions > System Functions > CurrentBrowserCulture

CurrentBrowserCulture

Returns the culture code associated with the current session.

Syntax

CurrentBrowserCulture()

Enabled for

Search/Dashboard Yes
Business Rules No
Quick Actions No
Workflow Objects No
Reports No

Parameters

none  

Return Value

Text value. Returns the culture code of the current session. See Available Languages and Cultures for a list of the culture codes used by HEAT.

Example

$(CurrentBrowserCulture())

If the current user is logged in with a culture of English (South Africa), the example returns "en-ZA".