Table of Contents

CultureCreatingEventArgs.Culture Property

This is the culture that will be used for the language code. This property is initialized with the culture FlexCel would set if no event was assigned. You can change the properties of this Culture or completely replace it by a cached one.

Remarks

If FlexCel couldn't create the culture, it will be null when the event is called. So always check the culture is not null before modifying it.

Syntax

Namespace: FlexCel.Core

public CultureInfo Culture { get; set; }

See also