Returns a resource object for the key and culture.

Namespace:  EPiServer.Community.Resources
Assembly:  EPiServer.Community (in EPiServer.Community.dll) Version: 4.0.517.255

Syntax

C#
public Object GetObject(
	string resourceKey,
	CultureInfo culture
)

Parameters

resourceKey
Type: System..::.String
The key identifying a particular resource.
culture
Type: System.Globalization..::.CultureInfo
The culture identifying a localized value for the resource.

Return Value

An Object that contains the resource value for the resourceKey and culture.

Implements

IResourceProvider..::.GetObject(String, CultureInfo)

See Also