MSDOTnet.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NET CF v2 Redistributable for specific languages?

 
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> Compact Framework
Author Message
Greg Hellem



Joined: 08 Aug 2007
Posts: 3

PostPosted: Wed Jan 23, 2008 3:50 pm    Post subject: NET CF v2 Redistributable for specific languages? Reply with quote

I have written a .NET CF V2.0 application that supports several languages
(English, French, German, Italian, Spanish, etc.) and I noticed that there
are several language versions of System_SR_XX.CAB files, to support detailed
error messages in the specified language, but I was curious to know if there
are different language versions of the NETCFv2.wce5.armv4i.cab? Or are all
displayed "text messages" generated by the System_SR_XX.CAB files?
Thank you for your time,
Greg Hellem

Archived from group: microsoft>public>dotnet>framework>compactframework
Back to top
View user's profile Send private message
Greg Hellem



Joined: 08 Aug 2007
Posts: 3

PostPosted: Thu Jan 24, 2008 8:28 pm    Post subject: Too stupid of a question to answer??? - NET CF v2 Redistribu Reply with quote

I have written a .NET CF V2.0 application that supports several languages
(English, French, German, Italian, Spanish, etc.) and I noticed that there
are several language versions of System_SR_XX.CAB files, to support
detailed
error messages in the specified language, but I was curious to know if
there
are different language versions of the NETCFv2.wce5.armv4i.cab? Or are all
"text strings" generated by the System_SR_XX.CAB files?
Thank you for your time,
Greg Hellem
Back to top
View user's profile Send private message
Paul G. Tobey [eMVP]



Joined: 08 Aug 2007
Posts: 185

PostPosted: Thu Jan 24, 2008 7:38 pm    Post subject: Re: Too stupid of a question to answer??? - NET CF v2 Redist Reply with quote

I've never seen any different language versions. My guess would be that
there are generally no strings in the .NET CF itself. The SR CAB files
contain strings for description of exception types and so on for debugging
purposes, not the various language spellings of things like "Menu" or
"Help". If the OS supports your target language, I think the .NET CF
should, also.

Paul T.

"Greg Hellem" wrote in message @corp.supernews.com...
>I have written a .NET CF V2.0 application that supports several languages
> (English, French, German, Italian, Spanish, etc.) and I noticed that there
> are several language versions of System_SR_XX.CAB files, to support
> detailed
> error messages in the specified language, but I was curious to know if
> there
> are different language versions of the NETCFv2.wce5.armv4i.cab? Or are all
> "text strings" generated by the System_SR_XX.CAB files?
> Thank you for your time,
> Greg Hellem
>
Back to top
View user's profile Send private message
Paul G. Tobey [eMVP]



Joined: 08 Aug 2007
Posts: 185

PostPosted: Thu Jan 24, 2008 7:58 pm    Post subject: Re: Too stupid of a question to answer??? - NET CF v2 Redist Reply with quote

OK, I guess I've never looked closely at the download page for the
redistributable. It's available in a variety of language versions. I would
guess that the difference is in the SR files only (since there are no
different language versions of the framework in Windows CE itself), but I
haven't confirmed that.

Paul T.

"Paul G. Tobey [eMVP]"

com> wrote in message @TK2MSFTNGP02.phx.gbl...
> I've never seen any different language versions. My guess would be that
> there are generally no strings in the .NET CF itself. The SR CAB files
> contain strings for description of exception types and so on for debugging
> purposes, not the various language spellings of things like "Menu" or
> "Help". If the OS supports your target language, I think the .NET CF
> should, also.
>
> Paul T.
>
> "Greg Hellem" wrote in message
> @corp.supernews.com...
>>I have written a .NET CF V2.0 application that supports several languages
>> (English, French, German, Italian, Spanish, etc.) and I noticed that
>> there
>> are several language versions of System_SR_XX.CAB files, to support
>> detailed
>> error messages in the specified language, but I was curious to know if
>> there
>> are different language versions of the NETCFv2.wce5.armv4i.cab? Or are
>> all
>> "text strings" generated by the System_SR_XX.CAB files?
>> Thank you for your time,
>> Greg Hellem
>>
>
>

Back to top
View user's profile Send private message
Greg Hellem



Joined: 08 Aug 2007
Posts: 3

PostPosted: Tue Jan 29, 2008 7:51 pm    Post subject: Re: Too stupid of a question to answer??? - NET CF v2 Redist Reply with quote

Thank you Paul!!!
I really do appreciate your research.
Thanks again,
Greg Hellem

"Paul G. Tobey [eMVP]"

com> wrote in message %23QtXIHA.1184@TK2MSFTNGP04.phx.gbl...
> OK, I guess I've never looked closely at the download page for the
> redistributable. It's available in a variety of language versions. I
> would guess that the difference is in the SR files only (since there are
> no different language versions of the framework in Windows CE itself), but
> I haven't confirmed that.
>
> Paul T.
>
> "Paul G. Tobey [eMVP]"

> com> wrote in message @TK2MSFTNGP02.phx.gbl...
>> I've never seen any different language versions. My guess would be that
>> there are generally no strings in the .NET CF itself. The SR CAB files
>> contain strings for description of exception types and so on for
>> debugging purposes, not the various language spellings of things like
>> "Menu" or "Help". If the OS supports your target language, I think the
>> .NET CF should, also.
>>
>> Paul T.
>>
>> "Greg Hellem" wrote in message
>> @corp.supernews.com...
>>>I have written a .NET CF V2.0 application that supports several languages
>>> (English, French, German, Italian, Spanish, etc.) and I noticed that
>>> there
>>> are several language versions of System_SR_XX.CAB files, to support
>>> detailed
>>> error messages in the specified language, but I was curious to know if
>>> there
>>> are different language versions of the NETCFv2.wce5.armv4i.cab? Or are
>>> all
>>> "text strings" generated by the System_SR_XX.CAB files?
>>> Thank you for your time,
>>> Greg Hellem
>>>
>>
>>
>
>

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Write a app that can suspend/resume device in specific time Hi there, I'd like to write a program that can suspend ppc and resume it in 10 seconds. Here is what I'm doing, but it don't work. Please have some comments if you know how to get device resume again. Thanks Adam // start of code const int

Framework redistributable for 1.0 SP2? Is there a for the .NET framework that INCLUDES the Framework SP2? Or does one have to install both the 1.0 Framework, then the SP2 update Tom

help needed related to 1.1 redistributable hi all, i have a VC# 1.0 installation. i want to use some of the assemblies, built using VC# 1.1 what if i download and install framework 1.1 on my machine ? will it work with my 1.0 application (i'll add the reference for the assemblies). any other ways

What languages have had to write their own debugger? Does anyone know which .NET language have had to write their own debugger rather than use the built-in debugger?

How to publish WMI class methods by using .Net languages? Hi, Is it possible to publish a WMI class methods by using related namespace or other .Net technologies? Thanks in advance, Glora
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> Compact Framework All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group