IStringLocalizer.GetAllStrings(Boolean) Method

Definition

Gets all string resources.

public:
 System::Collections::Generic::IEnumerable<Microsoft::Extensions::Localization::LocalizedString ^> ^ GetAllStrings(bool includeParentCultures);
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.Localization.LocalizedString> GetAllStrings (bool includeParentCultures);
abstract member GetAllStrings : bool -> seq<Microsoft.Extensions.Localization.LocalizedString>
Public Function GetAllStrings (includeParentCultures As Boolean) As IEnumerable(Of LocalizedString)

Parameters

includeParentCultures
Boolean

A Boolean indicating whether to include strings from parent cultures.

Returns

The strings.

Applies to