Hitendra,
In my opinion your code should work, can you try it withouth the imports.
Threading.Thread.CurrentThread.CurrentCulture = _
New Globalization.CultureInfo("fr-FR")
Threading.Thread.CurrentThread.CurrentUICulture = New
Globalization.CultureInfo("fr-FR")
And please messageback when this works and when it does not works, because
your code should do that as well?
Cor
>' Visual Basic
> ' Put the Imports statements at the beginning of the code module
[quoted text clipped - 17 lines]
>
> Thanks Hitendra
hitendra15@gmail.com - 30 Oct 2004 08:56 GMT
Thanks cor
I tried your said way.....
but it still dosent work..
Cor Ligthert - 30 Oct 2004 09:39 GMT
Hitendrai,
I tested it, before I sand it to you, so what version of VBNet are you using
and maybe you can show some more code.
Cor
hitendra15@gmail.com - 30 Oct 2004 10:08 GMT
I am using VS.Net 2003.
I am Creating Winows Mobile application using VB smart device
application.
hitendra
Herfried K. Wagner [MVP] - 30 Oct 2004 10:41 GMT
<hitendra15@gmail.com> schrieb:
>I am using VS.Net 2003.
> I am Creating Winows Mobile application using VB smart device
> application.
'CurrentCulture' and 'CurrentUICulture' are not supported by the .NET
Compact Framework.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
hitendra15@gmail.com - 30 Oct 2004 10:51 GMT
Thanks Herfried K. Wagner
Plz will you do one favor to be how do i create multilanguage
application using .NetCF it there is other way?
Hitendra
Cor Ligthert - 30 Oct 2004 10:58 GMT
Hitendra,
(I saw I added this message to the wrong message)
I thought, that it was not supported by the compact framework.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/html/e
tcondeviceprojectglobalization.asp
However to be more sure of that, you can maybe try it in the newsgroup.
microsoft.public.dotnet.framework.compactframework
I hope this helps something,
Cor
Cor Ligthert - 30 Oct 2004 10:49 GMT
Hitendra,
I thought, that it was not supported by the compact framework.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/html/e
tcondeviceprojectglobalization.asp
However to be more sure of that, you can maybe try it in the newsgroup.
microsoft.public.dotnet.framework.compactframework
I hope this helps something,
Cor
"Cor Ligthert" <notmyfirstname@planet.nl>
> Hitendra,
>
[quoted text clipped - 31 lines]
>>
>> Thanks Hitendra
<hitendra15@gmail.com> schrieb:
> Thread.CurrentThread.CurrentCulture = new CultureInfo("fr-FR")
> ' Sets the UI culture to French (France)
[quoted text clipped - 8 lines]
> CurrentCulture is not a member of 'System.threading.Thread'
> CurrentUICulture is not a member of 'System.threading.Thread'
Notice that these are compile-time errors...

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/