IdeaBlade DevForce 2010 Help Reference
Locale Constructor(String)
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > Locale Class > Locale Constructor : Locale Constructor(String)



pFullName
Dash delimited list of cultures of increasing specificity. e.g. en-US-nbc-seinfeld
Constructs a Locale with the given culture name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal pFullName As String _
)
Visual Basic (Usage)Copy Code
Dim pFullName As String
 
Dim instance As New Locale(pFullName)
C# 
public Locale( 
   string pFullName
)
C++/CLI 
public:
Locale( 
   String^ pFullName
)

Parameters

pFullName
Dash delimited list of cultures of increasing specificity. e.g. en-US-nbc-seinfeld

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.