ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / Culture Property

In This Topic
    Culture Property (RtfString)
    In This Topic
    Gets or sets culture information (language) for this string.
    Syntax
    'Declaration
     
    Public Property Culture As CultureInfo
    public CultureInfo Culture {get; set;}

    Property Value

    The culture information.
    See Also