InitializeStrings(System.Globalization.CultureInfo) Method

The InitializeStrings method of the IRuntimeFilter interface is used to initialize string constants based on the value of the cultureInfo parameter.

Parameters

cultureInfo   Used to specify culturally-sensitive (locale-related) data like dates and times, if any.

Return Value

System.Collections.ArrayList An ArrayList consisting of the following constants (in this order): IsIncludedFilterFriendlyName, IsIncludedFilterTooltip, IsIncludedFilterFriendlyNameButtonLabel, IsIncludedBuilderDialog.

Remarks

The InitializeStrings method is called when a page culture different from the default is encountered. Web Part pages will maintain a cache of all the queried cultures and this method will only be called n number of times for n languages.

Requirements

Platforms: Windows Server 2003

Security: Code Access Security