GetLcidForLocaleName() public static method

public static GetLcidForLocaleName ( string localeName ) : int
localeName string
return int
コード例 #1
0
ファイル: Locale.cs プロジェクト: kkurni-icloud/corefx-old
 internal static int GetCurrentCultureLcid()
 {
     return(LocaleMapper.GetLcidForLocaleName(CultureInfo.CurrentCulture.ToString()));
 }