Specifies the culture to receive a language related image. If no specific image is defined for the culture, the related image for English (represented by the ISO 639 two-letter lowercase culture code "en") is returned by the corresponding method. The default value is CultureInfo.CurrentUICulture.

Syntax

public System.Globalization.CultureInfo Culture { get; set; }
Public Property Culture() As System.Globalization.CultureInfo

Limitations

This property only affects images with the following identifiers:

TXITEM_Bold for English ("en"), French ("fr"), German ("de") and Spanish ("es") when using the ResourceProvider.GetSmallIcon method.

TXITEM_Italic for English ("en"), French ("fr"), German ("de") and Spanish ("es") when using the ResourceProvider.GetSmallIcon method.

TXITEM_Underline for English ("en"), French ("fr"), German ("de") and Spanish ("es") when using the ResourceProvider.GetSmallIcon method.