Question on My Project

  • Thread starter Thread starter Programatix
  • Start date Start date
P

Programatix

Hi,

I'm trying to make a multilingual application. The texts in the application
is kept in the String resource. Refering to the Help files, I found out that
all I need to do is to copy the Resources.resx located in the My Project
folder and change the name to Resources.<LangID>.resx which I successfully
get it working.

The question now is the resource management. The Resources tab in the My
Project only shows the neutral language. The other languages are not
displayed. Further more, they are not connected. To explain further on what
I mean by not connected, here goes,

If I change the name of the string resource, it will automatically reflected
in source code which used this string resource. But sadly, it does not
change the name of the string resources in the other language files.

Any help would be greatly appreciated.
 
Programatix said:
I'm trying to make a multilingual application. The texts in the
application is kept in the String resource. Refering to the Help files, I
found out that all I need to do is to copy the Resources.resx located in
the My Project folder and change the name to Resources.<LangID>.resx which
I successfully get it working.

The question now is the resource management. The Resources tab in the My
Project only shows the neutral language. The other languages are not
displayed. Further more, they are not connected. To explain further on
what I mean by not connected, here goes,

If I change the name of the string resource, it will automatically
reflected in source code which used this string resource. But sadly, it
does not change the name of the string resources in the other language
files.

You are right. Unfortunately there is no automatic synchronization of
resources in different languages available in VS yet.
 
Thanks for the confirmation. Well... hopefully someone out there initiate a
project to extent the My Project... well, if that's possible...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top