DTE2::LocaleID Property

 

Gets the ID of the locale in which the development environment is running.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property int LocaleID {
	int get();
}

Property Value

Type: System::Int32

The ID of the locale in which the development environment is running.

Implements

_DTE::LocaleID

The ID returned by the LocaleID property indicates a folder that stores localized resource DLLs.

Sub LocaleIDExample()
  MsgBox(DTE2.LocaleID)
End Sub
Return to top
Show: