473,385 Members | 1,927 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Localisation of Resources.resx

GAZ
Hello all,

I'd like to know is there a resource editor one could use to create another
localised version of Resources.resx?

Winres.exe does not work. It reports tons of errors when I try to open the
resource file with it.

Thanks for you help.

BR,

GAZ
Jul 17 '07 #1
6 2390
"GAZ" <ga*@gaz.comschrieb:
I'd like to know is there a resource editor one could use to create
another localised version of Resources.resx?
Simply copy the file, rename it to "Resources.de-DE.resx" (you can use any
language identifier instead of the 'de-DE' which stands for German
(Germany)) and add it to the project.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jul 17 '07 #2
GAZ
LOL

Thanks for the answer Herfried. I know how to make the localised resources
file in the Visual Studio. However, my problem is not that.

What I need to do is send such localised file to a professional interpreter
for translation of all messages, etc. Now, as they do not have Visual Studio
and I cannot dish out copies of Visual Studio I was actually looking for
some lightweight editor that would enable them to translate the file in
question without them having to go through the XML itself.

I would be grateful if anyone can point me in the direction of such editor.

Thanks for your help.

BR,

GAZ

"Herfried K. Wagner [MVP]" <hi***************@gmx.atwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
"GAZ" <ga*@gaz.comschrieb:
>I'd like to know is there a resource editor one could use to create
another localised version of Resources.resx?

Simply copy the file, rename it to "Resources.de-DE.resx" (you can use any
language identifier instead of the 'de-DE' which stands for German
(Germany)) and add it to the project.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jul 18 '07 #3
Use a localization tool such as Sisulizer
http://www.sisulizer.com

It extracts data from resources and stores them to its project file. Then
you send the project file to translator and he uses free translator editon.
Finalyl he sends translated project fiel back to you, you import it let
Sisulizer to create localized .resx file (and optionally also compile
satellite assembly files).

Regards,
Jaakko
Jul 20 '07 #4
GAZ
Thank you for your answer Jaakko. This looks just like a piece of software
we were looking for.

BR,

GAZ

"Jaakko Salmenius" <jaakko.salmenius (at) nospam gmail.comwrote in message
news:eC***************@TK2MSFTNGP02.phx.gbl...
Use a localization tool such as Sisulizer
http://www.sisulizer.com

It extracts data from resources and stores them to its project file. Then
you send the project file to translator and he uses free translator
editon. Finalyl he sends translated project fiel back to you, you import
it let Sisulizer to create localized .resx file (and optionally also
compile satellite assembly files).

Regards,
Jaakko

Jul 20 '07 #5
* GAZ wrote, On 18-7-2007 8:47:
LOL

Thanks for the answer Herfried. I know how to make the localised resources
file in the Visual Studio. However, my problem is not that.

What I need to do is send such localised file to a professional interpreter
for translation of all messages, etc. Now, as they do not have Visual Studio
and I cannot dish out copies of Visual Studio I was actually looking for
some lightweight editor that would enable them to translate the file in
question without them having to go through the XML itself.

I would be grateful if anyone can point me in the direction of such editor.
I've used Visual Studio Express before in scenario's like these.

Jesse
Jul 23 '07 #6
On Jul 20, 5:06 pm, "GAZ" <g...@gaz.comwrote:
Thank you for your answer Jaakko. This looks just like a piece of software
we were looking for.
You might also want to take a look at Infralution's Globalizer.NET.
It is very reasonably priced and also has a free Translator edition.
The Translator Edition can preview your actual forms/controls as they
are translated and even build the fully localized version of your
application - all without the translator needing your source code.

You can get more information and download an evaluation version from:

www.infralution.com/globalizer.html

Grant Frisken
Infralution

Aug 2 '07 #7

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

Similar topics

5
by: Marcus Ahlberg | last post by:
I've been coding a C# project in "pure code" and I would now want to import it into VS.net. I have created a project and imported all sourcefiles and it's compiling without problems, except for the...
3
by: Shawn B. | last post by:
Greetings, When I add a resource to the project (VS.NET) it places a .resx file. There are many columns in the grid to input data. I just want to specify a Name/Value pair to hold a resource...
2
by: Paul | last post by:
I have plugged the ExceptionManagement app block into our framework and have a question about resource files. ExceptionManagerText.resx is one of resource files in the project. When you look at...
1
by: Olivier Matrot | last post by:
Hello, I have a W2K3 US Enterprise box on which ASP.NET localisation do not work. A standard installation on a fresh machine with same configuration (regional options and so on) is OK. If the...
6
by: CuriousGeorge | last post by:
I've upgraded a .Net 1.1 web app to 2.0 and am having a heck of a time getting resources to work again. From what I understand if I move my strings.resx file into the App_GlobalResources folder I...
1
by: Clive Dixon | last post by:
I have two forms in an assembly that I am localising. Both source files lie in a project subfolder Forms\Addresses (mirrored in the disk directory structure). When I localise form A and compile,...
2
by: WT | last post by:
Hello, Could we use 'Embedded resources' with resx files that contain text resources used in aspx pages with the syntaxe: Text="<%$ Resources:ResourcesMy,KEY1 %>" I tryed removing the...
6
by: GAZ | last post by:
Hello all, I'd like to know is there a resource editor one could use to create another localised version of Resources.resx? Winres.exe does not work. It reports tons of errors when I try to...
5
by: =?Utf-8?B?QXhlbCBEYWhtZW4=?= | last post by:
Hi, I've created a class library assembly containing several string resource files, like: - TableColumns.resx - TableColumns.de.resx - General.resx - General.de.resx
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...
0
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...

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.