Method | Description | |
---|---|---|
Find ( string resourceKey ) : string |
Retrieves the resource object specified by the key
|
|
Find ( string resourceKey, int lcid ) : string |
Retrieves the resource object specified by the key and language
|
|
Find ( string resourceFileName, string resourceKey ) : string |
Retrieves the resource object specified by the key and language
|
|
Find ( string resourceFileName, string resourceKey, |
Retrieves the resource object specified by the key and culture
|
|
Find ( string resourceFileName, string resourceKey, int lcid ) : string |
Retrieves the resource object specified by the key and language
|
|
ResourceLocator ( IResourceLocatorConfig resourceFileConfig ) : System |
Creates a new resource locator which will default to the provided resource file name.
|
public Find ( string resourceKey ) : string | ||
resourceKey | string | The resource key |
return | string |
public Find ( string resourceKey, int lcid ) : string | ||
resourceKey | string | The resource key |
lcid | int | The LCID of the desired culture |
return | string |
public Find ( string resourceFileName, string resourceKey ) : string | ||
resourceFileName | string | The name of to the resource file where the resource is located |
resourceKey | string | The resource key |
return | string |
public Find ( string resourceFileName, string resourceKey, |
||
resourceFileName | string | The name of to the resource file where the resource is located |
resourceKey | string | The resource key |
culture | The desired culture | |
return | string |
public Find ( string resourceFileName, string resourceKey, int lcid ) : string | ||
resourceFileName | string | The name of to the resource file where the resource is located |
resourceKey | string | The resource key |
lcid | int | The LCID of the desired culture |
return | string |
public ResourceLocator ( IResourceLocatorConfig resourceFileConfig ) : System | ||
resourceFileConfig | IResourceLocatorConfig | |
return | System |