| Thread | Last Post | Replies |
|
| Change the DecimalSeparator just for one application | 27 Jul 2005 01:35 GMT | 1 |
We have coded a pretty big application that's dealing with plain text files containing float numbers with the format "33.21" for instance. So what we are doing when importing those files into our app is myFloatNumber = Csng(myNumberStr)
|
| Resources Storage Media, Which is Fast, MS SQL or flat resource files | 25 Jul 2005 20:49 GMT | 1 |
Hi friends, I am working on website in .net in 3 languages, French, German and English. Later on we will add more languages like Japanese etc. I saw lots of tutorials, where small demos are made in .net localization
|
| The Dr. Eliza project ... | 23 Jul 2005 08:21 GMT | 12 |
Dr. Eliza is an AI program to work with people in their own natural language to solve difficult problems. It was demonstrated at the Int'l AI conference in Las Vegas last week, two papers were presented by others about the internals of Dr. Eliza, etc. As it turns out, there is
|
| String localization tutorial? | 23 Jul 2005 00:52 GMT | 1 |
I have a C# app that uses tons of hardcoded strings. I would like to know the best way to localize these strings so that when I use them in my application I am assured to get the correct ones given the current locale. For example, if my code looks like this:
|
| String resources and VS 2005 | 21 Jul 2005 00:05 GMT | 1 |
I created a new Winforms project named LocalizationDemo. I added a new resource file named LocalizationDemo.resx. When I added this file the IDE created a LocalizationDemo.Designer.cs file which declares an internal "LocalizationDemo" class.
|
| 2005 Beta 2 UserControl Mirroring issue | 20 Jul 2005 18:37 GMT | 2 |
Using VS 2005 Beta 2, I set the RightToLeftLayout to Yes and had every thing working fine except the UserControl that keeps the controls, inside it, in their position and doesn't mirror them. Is there any thing I need to do? Is this a bug?
|
| RTL and GDI+ | 20 Jul 2005 18:17 GMT | 1 |
Dear Group, Are there any known issues in using the GDI+ classes/methods such as SolidBrush, Pen, DrawLine, DrawRectangle or FillRectangle - when the control is painted in a RTL layout? Because, I am encountering unexpected behaviours
|
| Language ResX Files are Exceptions? | 20 Jul 2005 18:13 GMT | 1 |
When I look at a base resx file vs one that is generated for a specific language it looks as if Designer is only saving the differences. Is that true? How is the runtime load handling that issue?
|
| Convert GB2312 string into Unicode? | 20 Jul 2005 01:44 GMT | 2 |
How to convert a string in GB2312 encoding into Unicode encoding? I'm using VB.NET.
|
| create simple resource files | 19 Jul 2005 23:02 GMT | 1 |
Hello all, here is my problem. I would like a vb.net application to change the literals of the labels according to a selection of a combobox. I have created 3 .resx files (renameFiles.el.resx , renameFiles.en.resx , renameFiles.resx ) using
|
| Localize a self made Control | 19 Jul 2005 22:58 GMT | 1 |
I have written some own Forms/Control that are not based on Windows.Forms.Control I have done that with a own Designer like the Shape Designer Sample from MS http://windowsforms.net/articles/shapedesigner.aspx
|
| ResX file property name anomoly | 19 Jul 2005 22:55 GMT | 1 |
I noticed that some of the property names in a resx file generated by WinRes.exe are prefaced with the escape sequence for ">>" (i.e. ">>"). I see this on 'Name', 'Type', 'Parent' and 'ZOrder'. It seems these may be read-only fields but I cannot find anything that solidifies this ...
|
| Using ResX files for Internationalization | 19 Jul 2005 22:50 GMT | 3 |
Due to policy constraints we need to load our resources via resx files. I know that seems to be what winres.exe seems to be dumping out and, from what I can tell, the capability is built in using the System.Resources.ResXResourceReader but I cannot tell how to get that in use
|
| winres issue - 'object reference not set to an instance of an obje | 19 Jul 2005 22:48 GMT | 4 |
ok y'all - need ya again. The extensive set of details in this error message caused so much data response in my searches that I am overwhelmed with the positive details to resolve the issue with (can you hear the sarcasm ?) Anyway, I have a VERY basic app. Really, right now the ...
|
| Nice localization problem | 19 Jul 2005 21:28 GMT | 2 |
Hi, Does anyone got a clue for my problem: I explain. I'm developping a localizable application. But for the moment I have to release it only in english (default language).
|