'Declaration Public Shared Function GetLanguageId( _ ByVal localeId As String _ ) As String
'Declaration
Public Shared Function GetLanguageId( _ ByVal localeId As String _ ) As String
'Usage Dim localeId As String Dim value As String value = Utils.GetLanguageId(localeId)
'Usage
Dim localeId As String Dim value As String value = Utils.GetLanguageId(localeId)
public static string GetLanguageId( string localeId )
public: static String^ GetLanguageId( String^ localeId )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Utils Class Utils Members