LGResourceLoader Class
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.
load all lg resource and split them into different language group.
public class LGResourceLoader
type LGResourceLoader = class
Public Class LGResourceLoader
- Inheritance
-
LGResourceLoader
Constructors
LGResourceLoader() |
Methods
FallbackLocale(String, IList<String>) |
Get the fall back locale from the optional locales. for example en-us, is a locale from English. But the option locales has [en, ''], So,en would be picked. |
GroupByLocale(ResourceExplorer) |
Groups locales from a given resource path. |
ParseLGFileName(String) |
parse lg file name into prefix and language. |