LanguageDesignation Property Example

This example displays "U.S. English" if the LanguageDesignation property returns "English (US)".

If System.LanguageDesignation = "English (US)" Then MsgBox "U.S. English"