473,487 Members | 2,667 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Advice wanted - to use resource files or not

I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls
and their strings. I can then give this to a "non computer " person
i.e. an end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,
Nov 21 '05 #1
5 1279
VS 2005 will have a much better resource managment system built in for stuff
like this, but as for resources now, do you mean the old stype RES resource
files you had to compile, or the .NET method of resourceing?

"Jack Russell" <ja***@norubbish.tpg.com.au> wrote in message
news:O7**************@TK2MSFTNGP14.phx.gbl...
I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls and
their strings. I can then give this to a "non computer " person i.e. an
end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,

Nov 21 '05 #2
Are you using Visual Studio for developing your application? If so, creating
the .resx files should be easy (just set the Localizable property for the
form/user control to true)

You don't need Visual Studio to localize resources - check out winres:
http://msdn.microsoft.com/library/de...eworkTools.asp

Please note that localizing the application may mean more than just changing
the strings - sometimes you need to change the size or location of controls
because of text length or font changes - winres lets the localizer do all of
this.

Best regards,
Johan Stenberg (MSFT Visual Basic)

"Jack Russell" wrote:
I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls
and their strings. I can then give this to a "non computer " person
i.e. an end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,

Nov 21 '05 #3
Brian Henry wrote:
VS 2005 will have a much better resource managment system built in for stuff
like this, but as for resources now, do you mean the old stype RES resource
files you had to compile, or the .NET method of resourceing? The .net method. It is quite easy for me as a developer to make them but
I do not speak the languages. The people who do speak them do not have VS.
"Jack Russell" <ja***@norubbish.tpg.com.au> wrote in message
news:O7**************@TK2MSFTNGP14.phx.gbl...
I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls and
their strings. I can then give this to a "non computer " person i.e. an
end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,


Nov 21 '05 #4
Stenis wrote:
Are you using Visual Studio for developing your application? If so, creating
the .resx files should be easy (just set the Localizable property for the
form/user control to true)

You don't need Visual Studio to localize resources - check out winres:
http://msdn.microsoft.com/library/de...eworkTools.asp So can winres run "stand alone". What else does it need installed on the PC?
Please note that localizing the application may mean more than just changing
the strings - sometimes you need to change the size or location of controls
because of text length or font changes - winres lets the localizer do all of
this.

Best regards,
Johan Stenberg (MSFT Visual Basic)

"Jack Russell" wrote:

I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls
and their strings. I can then give this to a "non computer " person
i.e. an end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,

Nov 21 '05 #5
WinRes is part of the .NET framework SDK, so you'd need to install that on
the machine. And yes, it should run just fine without VS installed on the
machine.

Please note that I'm not an expert on WinRes myself, so I can't really give
you any more specific advice than to point you to the documentation for the
tool... sorry...

Best regards,
Johan Stenberg

"Jack Russell" wrote:
Stenis wrote:
Are you using Visual Studio for developing your application? If so, creating
the .resx files should be easy (just set the Localizable property for the
form/user control to true)

You don't need Visual Studio to localize resources - check out winres:
http://msdn.microsoft.com/library/de...eworkTools.asp

So can winres run "stand alone". What else does it need installed on the PC?

Please note that localizing the application may mean more than just changing
the strings - sometimes you need to change the size or location of controls
because of text length or font changes - winres lets the localizer do all of
this.

Best regards,
Johan Stenberg (MSFT Visual Basic)

"Jack Russell" wrote:

I am looking at "internationalising" a project.

I can understand resource files, creating them etc.

However the drawback with them seems to be you need to use Visual Studio
to create and maintain them.

It is easy for me to create a text file containing all of the controls
and their strings. I can then give this to a "non computer " person
i.e. an end user to produce a foreign language version. I then read that in.

Can anyone tell me the disadvantage of this approach and what aspect of
resource files I would be losing?

Many thanks,

Nov 21 '05 #6

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

Similar topics

0
1219
by: zagloba | last post by:
Hi, I got following problem: I am working on large vs.net application using single solution with many projects inside. Application is some kind of workflow - uses 2 types of xml,xsd,xsl...
1
3977
by: Namratha Shah \(Nasha\) | last post by:
Hi All, This is a resource file generation tool which converts an xml based resource formats to .net resource file i.e. (.resources) and vice-versa. Today we will see how we will generate ...
0
1985
by: Kleanthis | last post by:
I have a problem, when deploying multilingual applications using cab files on Compact Framework 2.0. It seems that something is going wrong with compact framework 2.0 Below I have a description...
1
9581
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
1990
by: Tom | last post by:
This may seem a little strange, but in all my years of developing Windows Forms apps, I've never really used Resource files; however, I would like to start doing so in order to store icons,...
1
906
by: McFly | last post by:
I am doing an ASP.NET 2.0 web site that needs to support multiple languages. I know how to do this using shared resource files. We want to allow our clients to select one type of currency and...
7
2088
by: craig | last post by:
....quick question for anyone who might have some experience with .net resource files in VS 2003. I have an application that is not localized, but I would still like to be able to place all of...
4
2839
by: commander_coder | last post by:
Hello, I write a lot of CGI scripts, in Python of course. Now I need to convert some to long-running processes. I'm having trouble finding resources about the best practices to do that. ...
12
5237
by: TS | last post by:
i have a need to possibly enable mutli language support. What benefit do i get by using a resource file instead of a custom xml solution? thanks!
0
6967
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
7137
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7181
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...
1
6846
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...
0
7349
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...
1
4874
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
4565
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
3076
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
267
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.