[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.GetString

GetString Method

GetString(string, CultureInfo)

Returns the value of the specified string resource for the given culture, falling back to the embedded resource if no satellite assembly is found.

Declaration
public override string GetString(string name, CultureInfo culture)
Parameters
Type Name Description
string name

The name of the resource to retrieve.

CultureInfo culture

The CultureInfo for which to retrieve the resource.

Returns
Type Description
string

The value of the resource for the specified culture.

Overrides