[]
Returns the value of the specified string resource for the given culture, falling back to the embedded resource if no satellite assembly is found.
public override string GetString(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 |
|---|---|
| string | The value of the resource for the specified culture. |