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.
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.