Private Declare Function rtcGetHostLCID Lib "MSVBVM60" () As Long Private Sub Form_Load() MsgBox rtcGetHostLCIDEnd Sub