Skip to content

Commit

Permalink
Update src/Modules/OrchardCore.Commerce/Services/ContentLocalizationP…
Browse files Browse the repository at this point in the history
…roductService.cs

Co-authored-by: Szabolcs Deme <[email protected]>
  • Loading branch information
sarahelsaig and DemeSzabolcs authored Aug 6, 2023
1 parent 151294b commit 49f48c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override async Task<IEnumerable<ProductPart>> GetProductsAsync(IEnumerabl

/// <summary>
/// Returns a list of available cultures in order of ascending priority. This means the highest priority culture is
/// the last so this list can be used with <see cref="List{T}.IndexOf(T)"/> to sort by descending order and anything
/// the last, so this list can be used with <see cref="List{T}.IndexOf(T)"/> to sort by descending order and anything
/// not on this list will be correctly sorted to the back due to the -1 index.
/// </summary>
private static IList<string> GetPrioritySupportedCultures(LocalizationSettings settings)
Expand Down

0 comments on commit 49f48c8

Please sign in to comment.