SPResource.GetString method
Gets the localized string with the specified parameters.
Overload list
Name | Description | |
---|---|---|
GetString(String, []) | Gets the localized string with the specified name and values. | |
GetString(CultureInfo, String, []) | Gets the localized string with the specified culture, name, and values. |
Top