473,566 Members | 3,307 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 4160
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
programmaticall y, 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****@microso ft.com.no.spam> wrote in message
news:Ox******** ******@TK2MSFTN GP11.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****@microso ft.com.no.spam> wrote in message
news:O1******** ******@TK2MSFTN GP11.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&di splaylang=en

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

C:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322

(I have C:\WINNT\Micros oft.NET\Framewo rk\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
1045
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 GHz, 512 MB RAM. The operating system is Windows 98SE. Are there any suggestions how to speed up this process?
4
5181
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! WHY??? :-(
0
1059
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 ...\da-DK\... directories. After installation of the language pack, requests are only made for the resourcefiles in these directories: ...\da-DK\...
10
16469
by: zhou | last post by:
in Visual Basic ,I use Appactivate(AcadApp.caption);
0
2471
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 control. The Custom OCX is not used for visual purposes, but has some functionality that we require (hence hosting an OCX in a DLL). Everything...
0
2192
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 Workbook class. At one line I am activating a workbook using workbook object. Activate(); Then I am getting the following error. Ambiguity between...
2
7882
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 I call both this.Show() and this.Activate(), but if the parent application is minimized then the Alert form will also stay minimized (and just...
2
1417
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 directive but it doesn't work with ASP.NET... I assume because ASP.NET is sending a contradicting directive in the response header. Changing the...
13
6625
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 Framework Service Pack 1 in order to use ASP.net 1.1 and the net Framework 1.1...
0
7673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7645
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6263
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5485
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1202
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
926
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.