LocalizedNameAttribute.GetLocalizedString(String) Method

Definition

Returns the correct localized extension name.

protected:
 virtual System::String ^ GetLocalizedString(System::String ^ value);
protected virtual string GetLocalizedString (string value);
abstract member GetLocalizedString : string -> string
override this.GetLocalizedString : string -> string
Protected Overridable Function GetLocalizedString (value As String) As String

Parameters

value
String

The language-neutral name of the extension.

Returns

A string containing the localized name of the extension.

Applies to