Multi Language: Error Is anyone knows about it

H

Hiten

I am using .Net 2003

I want to write PocketPC application with multi lang support
i wrote following lines of code

'Out side of base class
Imports System.Threading
Imports System.Globalization


'Following lines are in base clase befor Initit Component
Thread.CurrentThread.CurrentCulture = new CultureInfo("fr-FR")
Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR")


but the error messages appears

they are

CurrentCulture is not a member of 'System.Threading.Thread'
CurrentUICulture is not a member of 'System.Threading.Thread'
Thanks
Hitendra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top