[This is preliminary documentation and is subject to change.]

Determins if the curent user has changed the locale on the browser.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsLanguageChanged()
Visual Basic (Declaration)
Public Shared Function IsLanguageChanged As Boolean
Visual C++
public:
static bool IsLanguageChanged()

Return Value

true if the current user has changed the locale on the browser, false otherwise.

See Also