IStringLocalizerProvider.GetLocalizedString 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.
Gets the localized string.
public:
System::String ^ GetLocalizedString(System::Globalization::CultureInfo ^ culture, System::String ^ name, ... cli::array <System::Object ^> ^ arguments);
public string GetLocalizedString (System.Globalization.CultureInfo culture, string name, params object[] arguments);
abstract member GetLocalizedString : System.Globalization.CultureInfo * string * obj[] -> string
Public Function GetLocalizedString (culture As CultureInfo, name As String, ParamArray arguments As Object()) As String
Parameters
- culture
- CultureInfo
The culture.
- name
- String
The key to the localized string.
- arguments
- Object[]
Parameters to pass to the localized string.
Returns
The localized string.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.