| Thread | Last Post | Replies |
|
| Can't make .resources files with 'resgen' using non-English charac | 27 Feb 2006 12:14 GMT | 2 |
Anyone knows how to generate .resource files from .txt files containing non-English characters? I have a text file with non-English characters, and I have used resgen.exe to generate a .resource to embed in the application. However resgen.exe
|
| Here's a weird one. BUG!!!!! | 18 Feb 2006 16:53 GMT | 2 |
The following snippet of code executes On a w2000 server using an english OS but the user has had the chance to change the current UI culture to french before the snippet executes. Its Vs2003 Framework1.1 and Vb.Net Here it is
|
| System.Text.Latin1Encoding | 17 Feb 2006 23:02 GMT | 1 |
In an app I use the following statement in a class called Application: public static readonly System.Text.Encoding defaultEncoding = System.Text.Encoding.GetEncoding("iso-8859-1"); When debugging, if I type the following in the command window:
|
| Can't localize class | 17 Feb 2006 22:43 GMT | 1 |
VB.net 2003. I have a solution that has 2 projects, a Winforms app App1 and a Class project, Class1. In App1. I have a config file in which we can set the userlanguage, we use either "en" or "fr". The UI of the app switches over OK depending on what we select. The Class1 has ...
|
| Localization of DateTime picker control - HELP! | 17 Feb 2006 06:46 GMT | 1 |
The program may run on an English OS but with a french UI, I get this by setting a key in the app.config file language = "fr" and picking it up with the resourcemanage on app startup then execute
|
| Enterprise Localization Toolkit Problem | 15 Feb 2006 09:40 GMT | 3 |
I have been trying unsuccessfully to use the Enterprise Localization Toolkit to make a small test application multi-lingual. If it works successfully we want to implement it into a Microsoft Commerce Server 2002 site, to enable them to have French and American sites, and ...
|
| Localization using text files in VS2005 | 04 Feb 2006 01:55 GMT | 4 |
I've created a very simple test app with WinForms to learn how to use localization in .NET. The app simply has a button that displays a MessageBox with a message retrieved from ResourceManager.GetString. Here's the code: private ResourceManager rm =
|
| resx files and localization | 02 Feb 2006 19:48 GMT | 2 |
I am developping a windows form app and trying my hand at i18n. private ResourceManager messages ; public Form1() {
|
| Resource file question | 02 Feb 2006 00:15 GMT | 1 |
In .Net 2.0, the resource file is into an XML format which I think is great. However I would like to know if .NET comes with tools that allow you to convert that resource file to a flat text file.
|
| Localizing winforms in Vs2003 - Can anyone give simple understandable instructions? | 02 Feb 2006 00:13 GMT | 1 |
I have a project SGIIMSTransCalls - I created a resource file resources.resx under the project folder. I then created a second resource file called ressources.fr.resx. As I go along when I need a special message I create it in the resource.resx file and translate it with the same ...
|