LGResourceLoader.ParseLGFileName(String) 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.
parse lg file name into prefix and language.
public static (string prefix, string language) ParseLGFileName (string lgFileName);
static member ParseLGFileName : string -> ValueTuple<string, string>
Public Shared Function ParseLGFileName (lgFileName As String) As ValueTuple(Of String, String)
Parameters
- lgFileName
- String
lg input name.
Returns
get the name and language.