VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI.Controls Namespace / DocumentEditorPanel Class / UICulture Property
Syntax Requirements SeeAlso
In This Topic
    UICulture Property (DocumentEditorPanel)
    In This Topic
    Gets or sets the UI culture.
    Syntax
    'Declaration
    
    Public Shared Property UICulture As System.Globalization.CultureInfo
    
    
    public static System.Globalization.CultureInfo UICulture { get; set; }
    
    
    public: __property static System.Globalization.CultureInfo* get_UICulture();
    public: __property static void set_UICulture(
    System.Globalization.CultureInfo* value
    );

    Property Value

    The UI culture.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also