Results 1 to 2 of 2

Thread: Getting the "international setting" information

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    Rome, Italy
    Posts
    1

    Question Getting the "international setting" information

    I'm looking for an API to get information about the number format.
    I would like to know what is the grouping simbol and the decimal symbol.

    Someone could help me....
    Thank you ..

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    Try this one:
    Code:
    Private Declare Function GetNumberFormat Lib "kernel32" Alias "GetNumberFormatA" (ByVal Locale As Long, ByVal dwFlags As Long, ByVal lpValue As String, lpFormat As NUMBERFMT, ByVal lpNumberStr As String, ByVal cchNumber As Long) As Long

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width