Gets the display name of the current culture.

Syntax

Smartsite SXML CopyCode image Copy Code
string locale.getdisplayname()
string locale.getdisplayname(string culture)

Parameters

Name Data Type Description
culture String The culture.

Return Value

Data Type Description
String The current locale identifier.

Expand image Example

SXML