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
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