_FormRegion.Language Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer (int in C#) value that indicates the LCID for the current language. Read-only.
public:
property int Language { int get(); };
public int Language { get; }
Public ReadOnly Property Language As Integer