Set the locale to the system's default locale. You can use Locale.getDefault() instead of this constant.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly LOCALE_SYSTEM As String |
Visual Basic (Usage) | Copy Code |
---|
Dim value As String
value = Report.LOCALE_SYSTEM |
C# | |
---|
public static readonly string LOCALE_SYSTEM |
Managed Extensions for C++ | |
---|
public: static readonly string* LOCALE_SYSTEM |
C++/CLI | |
---|
public:
static readonly String^ LOCALE_SYSTEM |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also