Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / DateLocale Property

In This Topic
    DateLocale Property
    In This Topic
    Gets or sets the language ID which shall be used for displaying a calendar for the current date picker content control, if a user interface is present for the content control. If this property is null, then the language ID shall be the language ID of the run contents of the content control. This property has effect only for content controls with type ContentControlType.Date.
    Syntax
    'Declaration
     
    Public Property DateLocale As System.String
    public System.string DateLocale {get; set;}
    See Also