VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / DocumentCulture Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DocumentCulture Property (SpreadsheetVisualEditor)
    In This Topic
    Gets or sets the document culture, in the format "languagecode2-country/regioncode2".
    Syntax
    'Declaration
    
    Public Property DocumentCulture As System.String
    
    
    public System.String DocumentCulture { get; set; }
    
    
    public: __property System.String get_DocumentCulture();
    public: __property void set_DocumentCulture(
    System.String value
    );
    public:
    property System.String DocumentCulture { System.String get(); void set(System.String value); }
    Remarks

    The culture name in the format "languagecode2-country/regioncode2", where languagecode2 is a lowercase two-letter code derived from ISO 639-1 and country/regioncode2 is an uppercase two-letter code derived from ISO 3166.

    Requirements

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

    See Also