HttpContext.GetLocalResourceObject Method (String, String, CultureInfo)
.NET Framework 3.0
Gets a page-level resource object based on the specified VirtualPath and ResourceKey properties, and on the CultureInfo object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: static Object^ GetLocalResourceObject ( String^ virtualPath, String^ resourceKey, CultureInfo^ culture )
public static Object GetLocalResourceObject ( String virtualPath, String resourceKey, CultureInfo culture )
public static function GetLocalResourceObject ( virtualPath : String, resourceKey : String, culture : CultureInfo ) : Object
Not applicable.
Parameters
- virtualPath
The VirtualPath property for the local resource object.
- resourceKey
A string that represents a ResourceKey property of the requested resource object.
- culture
A string that represents the CultureInfo object of the requested resource object.
Return Value
An Object that represents the requested local resource object, which is localized for the specified culture; otherwise a null reference (Nothing in Visual Basic) if a matching resource object is found but not a resourceKey parameter.If the resource is not localized for this culture, the lookup will follow a fallback process to locate an appropriate resource. For more information, see Packaging and Deploying Resources.
Community Additions
ADD
Show: