Property | Type | Description | |
---|---|---|---|
GetResourceKey | String |
Method | Description | |
---|---|---|
FrameworkResourceProvider ( String scope ) : System |
Initializes a new instance of the FrameworkResourceProvider class.
|
|
GetObject ( String resourceKey, |
Returns a resource object for the key and culture.
|
Method | Description | |
---|---|---|
GetResourceKey ( String scope, String resourceKey, String cultureName ) : String |
public FrameworkResourceProvider ( String scope ) : System | ||
scope | String | The resources scope. |
return | System |
public GetObject ( String resourceKey, |
||
resourceKey | String | The key identifying a particular resource. |
culture | The culture identifying a localized value for the resource. | |
return | Object |