[]
Returns the value of the specified object resource for the given culture, falling back to the embedded resource if no satellite assembly is found.
public override object GetObject(string name, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the resource to retrieve. |
| CultureInfo | culture | The CultureInfo for which to retrieve the resource. |
| Type | Description |
|---|---|
| object | The value of the resource for the specified culture. |