LanguageSettings Interface
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 information about the language settings in a Microsoft Office application.
public interface class LanguageSettings : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0353-0000-0000-C000-000000000046")]
public interface LanguageSettings : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0353-0000-0000-C000-000000000046")>]
type LanguageSettings = interface
interface _IMsoDispObj
Public Interface LanguageSettings
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
Use the LanguageID[MsoAppLanguageID] property to return locale identifier (LCID) information to the specified application.
Use the LanguagePreferredForEditing[MsoLanguageID] property to determine which LCIDs are registered as preferred editing languages for the application.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
LanguageID[MsoAppLanguageID] |
Returns the locale identifier (LCID) for the install language, the user interface language, or the Help language. |
LanguagePreferredForEditing[MsoLanguageID] |
Determines if the value for the MsoLanguageID constant has been identified in the Windows Registry as a preferred language for editing. |
Parent |
Returns the Parent object for the specified object. |