Opc.Ua.Core
GetLanguageId Method



Opc.Ua Namespace > Utils Class : GetLanguageId Method
Returns the language identifier from a locale.
Syntax
'Declaration
 
Public Shared Function GetLanguageId( _
   ByVal localeId As String _
) As String
'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
) 

Parameters

localeId
Requirements

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

See Also

Reference

Utils Class
Utils Members