473,509 Members | 2,880 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

language pack - how to 'activate' it in an application

I've downloaded the polish language pack for .Net Framework 1.1 and I've
installed it. Now I expect to see any exception messages in my native
language but I still get english texts in exception messages.

I think that I should somehow tell my application that it should use the
installed language pack but I have no idea on how to do it (I've read that I
could install more than one language pack so there should be a method to
'activate' the selected one).

Could someone point the right direction to me?

Thanks for any help,
Wiktor Zychla
Nov 13 '05 #1
6 4156
let me know if this help

http://msdn.microsoft.com/library/de...us/dnnetdep/ht
ml/dotnetfxref1_1.asp

Installing Localized Versions of Dotnetfx.exe
The .NET Framework redistributable (Dotnetfx.exe) is available in 22
language versions. All versions of dotnetfx.exe are the same
programmatically, the only difference between each of the 22 versions is the
user interface displayed during installation. For example, when installing a
Japanese language version of dotnefx.exe on an English language machine all
of the installation dialogs and the end user license agreement (EULA) will
be in Japanese, but the code itself isn't localized and all dialogs
displayed by the .NET Framework will be in English. Therefore if you wish to
see installation dialogs in a specific language, you should install the
corresponding version of dotnetfx.exe.

"Wiktor Zychla" <ie****@microsoft.com.no.spam> wrote in message
news:Ox**************@TK2MSFTNGP11.phx.gbl...
I've downloaded the polish language pack for .Net Framework 1.1 and I've
installed it. Now I expect to see any exception messages in my native
language but I still get english texts in exception messages.

I think that I should somehow tell my application that it should use the
installed language pack but I have no idea on how to do it (I've read that I could install more than one language pack so there should be a method to
'activate' the selected one).

Could someone point the right direction to me?

Thanks for any help,
Wiktor Zychla

Nov 13 '05 #2
> let me know if this help

thanks Valentin but this does not help me.

you see, there's no polish version of dotnetfx.exe (and there will not be),
but there's polish language pack for english .net framework.

I've installed english framework 1.1 and the polish language pack and now I
have no idea on how to get polish messages in my application. for example
'object reference not set to an instance of an object' is an english
message. I expect to see it in my language (that's what the language pack is
for, I suppose) but I still get english message.

do you have any other ideas?

Wiktor


Nov 13 '05 #3
can you tell me where is the language pack on the web
i want to look at it
thank you

"Wiktor Zychla" <ie****@microsoft.com.no.spam> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
let me know if this help
thanks Valentin but this does not help me.

you see, there's no polish version of dotnetfx.exe (and there will not

be), but there's polish language pack for english .net framework.

I've installed english framework 1.1 and the polish language pack and now I have no idea on how to get polish messages in my application. for example
'object reference not set to an instance of an object' is an english
message. I expect to see it in my language (that's what the language pack is for, I suppose) but I still get english message.

do you have any other ideas?

Wiktor

Nov 13 '05 #4
Użytkownik Wiktor Zychla napisał:
I've installed english framework 1.1 and the polish language pack and now I
have no idea on how to get polish messages in my application. for example
'object reference not set to an instance of an object' is an english
message. I expect to see it in my language (that's what the language pack is
for, I suppose) but I still get english message.


I can just say that it worked for me - with the Polish language pack for
..NET 1.1, on Win XP PL.

Make sure that your application is actually executed with .NET 1.1: if
you had .NET 1.0 on your system and then installed 1.1, then both
frameworks exist side by side. If your application was compiled for 1.0
(i.e. was compiled with VS 2002), it will be executed with 1.0 - which
has no support for Polish language pack.

Pozdrowienia ;-)
Maciek

Nov 13 '05 #5
> can you tell me where is the language pack on the web
i want to look at it
thank you


http://microsoft.com/downloads/detai...61ED-43F4-8D2A
-CCB2BAB7B8EB&displaylang=en

there are several language packs. try to download any language pack
(langpack.exe) and you'll see a new folder under

C:\WINNT\Microsoft.NET\Framework\v1.1.4322

(I have C:\WINNT\Microsoft.NET\Framework\v1.1.4322\pl for polish language
pack)

Now, I have my application in C# and I have no idea on how to use the
language pack for application messages.

I've been diggin up the net for 3 hours now and still cannot find any clue
;(

Wiktor
Nov 13 '05 #6
> Make sure that your application is actually executed with .NET 1.1: if
you had .NET 1.0 on your system and then installed 1.1, then both
frameworks exist side by side. If your application was compiled for 1.0
(i.e. was compiled with VS 2002), it will be executed with 1.0 - which
has no support for Polish language pack.


indeed, now I can see it and I can also see why I haven't seen it before: my
application uses ADO.NET and I get the error message 'Login failed for user
XXXXX'.

The message is still in english but I suppose this is a SQLServer message
and thus it is not translated by NET Framework. All other messages are
translated correctly. Am I right?

I also wonder how it works when you have more than one language pack
installed. which one is used by applications?

Regards (rowniez pozdrawiam)
Wiktor
Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1040
by: ThomasD | last post by:
Hi, we are shipping the .Net Framework with our Application. For a correct installation we need SP1 and the language pack. The problem is, that it take 12-15 minutes on an AMD Athlon XP+ 2,6...
4
5174
by: bughunter | last post by:
In version 7.x connect to db activate db db SQL1494W Activate database is successful, however, there is already a connection to the database. works fine - db activated. In 8.x - No!...
0
1058
by: Henrik Dahl | last post by:
Hello! I've installed the Danish language pack for Microsoft .NET Framework Version 1.1. Before I installed it, my smart client made many requests for resource files in both ...\da\... and a...
10
16455
by: zhou | last post by:
in Visual Basic ,I use Appactivate(AcadApp.caption);
0
2468
by: MarkD | last post by:
I have an ASP.NET (VB.NET) application that calls all VB6 COM DLL via Interop. The DLL uses functionality contained in a Custom OCX Control (Also VB6) that in turn contains a standard TreeView...
0
2181
by: venkat | last post by:
Hi, I have migrated application code to c#2.0 and when I build the solution I am getting the following warning. My application interacts with Excel. So I need to invoke different methods on...
2
7878
by: Dave Booker | last post by:
I have a Windows form application that I generally run minimized. When a critical event occurs it instantiates another "Alert" form which I want to grab the user focus. In the Alert constructor...
2
1414
by: CMM | last post by:
ASP.NET 2005, I can't seem to figure out how to get IE to display the language pack prompt for pages that contain foreign characters. You should be able to do this using meta tags contentype...
13
6613
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7506
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5656
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5062
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4732
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3218
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3207
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1571
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
443
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.