Internationationalization support

G

Graham R Seach

Rama,

No, it doesn't.

But you can always create your own resource file and set all the regional
and cultural stuff up when each form loads.

You can create your own resource file as an ini file, and use the following
APIs to get at the values:
* GetPrivateProfileString
* GetPrivateProfileSection
* GetPrivateProfileSectionNames

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Top