LocalizedNameAttribute.GetLocalizedString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.