LGResourceLoader.GroupByLocale(ResourceExplorer) 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.
Groups locales from a given resource path.
public static System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> GroupByLocale (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer);
static member GroupByLocale : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>>
Public Shared Function GroupByLocale (resourceExplorer As ResourceExplorer) As Dictionary(Of String, IList(Of Resource))
Parameters
- resourceExplorer
- ResourceExplorer
ResourceExplorer for the path to group.
Returns
Dictionary of grouped locale.