ResourceManagerWithCultureStringLocalizer.GetAllStrings(Boolean) Method

Definition

Gets all the resource strings.

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

Parameters

includeParentCultures
Boolean

true to include strings from parent cultures; false otherwise.

Returns

IEnumerable<LocalizedString>

An enumeration that contains all the resource strings.

Applies to