Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the designated language of the system software. Read-only String.
Syntax
expression. LanguageDesignation
expression An expression that returns a 'System' object.
Example
This example displays "U.S. English" if the LanguageDesignation property returns "English (US)".
If System.LanguageDesignation = "English (US)" Then _
MsgBox "U.S. English"
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.