| Thread | Last Post | Replies |
|
| How to interfere with Invariant Behavior ? | 13 Dec 2004 20:35 GMT | 2 |
Hi fellows and gurus... I am developing a localized website. I implemented some classes to handle localization. I have an Invariant resource and as many localized resource as needed.
|
| VS 2005 / Winres | 11 Dec 2004 04:07 GMT | 2 |
Visual Studio 2005 (beta) has a new facility, winres, to make it easier to hand out translation work to third parties. However this results in .resx files which need converting via resgen.exe and then al.exe - both of these are command-line apps which need careful attention to ...
|
| How to Localize DataBase | 10 Dec 2004 00:48 GMT | 1 |
I localize my application. It is working fine. But I want to localize my database also. Because those data which is coming from back end, It is always in english language. Can anyone have any idea..
|
| Check list for SQL Server | 08 Dec 2004 01:39 GMT | 3 |
Can anyone provide me some checklist to verify that SQL 2000 is unicode enabled . In short how do i test the same Help is appreciated ! Regards
|
| question about culture, TextBox, encoding | 05 Dec 2004 16:05 GMT | 1 |
I have this problem: I have not unicode file which contains symbols with byte values from 0..255. I want to copy this letters to a TextBox control. After that I check
|
| ATL COM dll help | 04 Dec 2004 02:05 GMT | 1 |
I am having vb.net application which is using reference of dll which is created in ATL COM. I have one method in COM dll which i am calling in vb.net. First time application is working find. But if i try to call same
|
| How to FTP via VPN to sites with real adresses on different IP's ? | 04 Dec 2004 01:26 GMT | 1 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| "Invalid ResX input" error running resgen | 03 Dec 2004 19:08 GMT | 3 |
I have created a .resx file in Visual Studio.Net 2003. When I use resgen to create a .resources file I get the following error message: error: Invalid ResX input. Could not find valid "resheader" tags for the ResX r
|
| Why do satellite assemblies have to have a .resources ? | 03 Dec 2004 02:15 GMT | 1 |
When we use the ResourceManager class to load a satellite assembly, why does the satellite assembly name need to have the .resources in it's name format - <AssemblyName>.<culture-Country>.resources.dll ? If the runtime locates assemblies based on the assembly name + version +
|
| How to determine the language code of target machine via "Registry | 01 Dec 2004 03:02 GMT | 3 |
How can we determine the language code of target machine via "Registry"? Thanks and regards, William
|