473,463 Members | 1,552 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Naming convention for keys in resource files

Hi,

Microsoft provided some naming conventions for namespace, classes,
properties and etc. However I am looking for naming convention for keys in
resource files for multiple languages. Any ideas?

Thanks

Joey
Nov 17 '05 #1
2 5751
Hi Joey,

I don't know it this would help. I usually create a helper class for
extracting resources from resx files. I define an enumeration with keys for
each entry in the resx, and would pass that enumeration to a method in the
helper class, which would call the enum.ToString and fetch the required value.

In other words, the resx files keys would have the same name as that of the
enum constants. Consequently, the naming conventions for my resx entries
follow the standards for enumerations.

--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/

"Joey Lee" wrote:
Hi,

Microsoft provided some naming conventions for namespace, classes,
properties and etc. However I am looking for naming convention for keys in
resource files for multiple languages. Any ideas?

Thanks

Joey

Nov 17 '05 #2
Thanks for the input.

"Rakesh Rajan" <rakeshrajan {at} mvps {dot} org> wrote in message
news:64**********************************@microsof t.com...
Hi Joey,

I don't know it this would help. I usually create a helper class for
extracting resources from resx files. I define an enumeration with keys
for
each entry in the resx, and would pass that enumeration to a method in the
helper class, which would call the enum.ToString and fetch the required
value.

In other words, the resx files keys would have the same name as that of
the
enum constants. Consequently, the naming conventions for my resx entries
follow the standards for enumerations.

--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/

"Joey Lee" wrote:
Hi,

Microsoft provided some naming conventions for namespace, classes,
properties and etc. However I am looking for naming convention for keys
in
resource files for multiple languages. Any ideas?

Thanks

Joey

Nov 17 '05 #3

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

Similar topics

7
by: Nobody | last post by:
sorry if this is OT, not sure if it is since it is a C++ q, sort of :). I am working on a C++ library where all the files use the 8.3 convention. I am now adding some collection classes. The...
27
by: Derek | last post by:
The company where I work uses a naming convention that I have never used before. They use mixed-case letters for public member functions, but lower-case with underscores for the rest, like this:...
4
by: Mark Broadbent | last post by:
stupid question time again to most of you experts but this is something that continually bothers me. I am trying to get into the habit of naming variables and controls in an assembly as per...
14
by: 42 | last post by:
Hi, Stupid question: I keep bumping into the desire to create classes and properties with the same name and the current favored naming conventions aren't automatically differentiating them......
1
by: Dirc Khan-Evans | last post by:
I am trying to localise my app using embedded resource and sattellite assemblies. I can get it working using the following if I have a resource file with the same name as the class: ...
114
by: Jonathan Wood | last post by:
I was just wondering what naming convention most of you use for class variables. Underscore, "m_" prefix, camel case, capitalized, etc? Has one style emerged as the most popular? Thanks for...
35
by: Smithers | last post by:
Is it common practise to begin the name of form classes with "frm" (e.g., frmOneForm, frmAnotherForm). Or is that generally considered an outdated convention? If not "frm" what is a common or...
23
by: Thorsten Kampe | last post by:
Okay, I hear you saying 'not another naming conventions thread'. I've read through Google and the 'naming conventions' threads were rather *spelling conventions* threads. I'm not interested...
1
by: sudhivns | last post by:
Hi , Is there any std naming convention to define string in resource string table. Eg: in VC++ we use IDS_HELP etc.. Thanks many.!
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
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
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...
0
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
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,...
0
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
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 ...

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.