| Thread | Last Post | Replies |
|
| Error while building an application using Resx File | 28 Nov 2006 07:01 GMT | 1 |
I am programmatically adding hard-coded strings(present in the .cs file of the same project in which resx file is present) to the Resx file.also I am programmatically replacing the corresponding strings by Resource1.<resourecname>.However when I built the application, I get an ...
|
| Localization and form layout | 16 Nov 2006 05:34 GMT | 5 |
In localizing a Windows Form application, is it best to always use the Resize event and then calculate the size of all controls based on the localized strings and manually lay out the form? Or do most of you try to do your translations so that they fit a common size
|
| zh-Hans vs. zh-CHS | 15 Nov 2006 01:58 GMT | 2 |
The neutral language code for Simplified Chinese used to be zh-CHS. However the newest .NET documentation tells that it is zh-Hans. This is odd. What would be the right. I tested on my XP + Visual Studio 2005 and zh-CHS seems working.
|
| List of common program words to translate (into German & French) | 13 Nov 2006 07:59 GMT | 1 |
Does anyone know of a list of the common words to translate in a program? I was searching around and not able to find it. I would like something like English German French
|
| Problem Adding and Using Resource Files | 09 Nov 2006 18:13 GMT | 4 |
Hey All, I am building a solution which will have many strings that will need to be localized (i.e. strings for toolbars, strings for different WinForms, strings for messages and error messages, etc.).
|
| How to Internationalize many Forms? | 09 Nov 2006 09:24 GMT | 2 |
I've got an C# application with about 20 forms which I want to internationalize. Many strings on these forms are the same, e.g. customer, name, aso. When I localize one form after the other I get a resx file for each
|
| Satellites not found for manually loaded assemblies | 09 Nov 2006 03:25 GMT | 4 |
my application loads assemblies with sub features by Assembly.LoadFrom, depending on what features user chooses to run. Each assembly needs to be localized. I'm using satellite resource assemblies in subfolders. But the satellites are not found by program and defaults are
|
| Resource File Woes | 04 Nov 2006 04:41 GMT | 2 |
Hey All, I'm trying to add a resource file to my app but it's not working. I have done the following: -- Added a .resx file
|
| Problem accessing satellite assemblies in VS2005 | 03 Nov 2006 16:45 GMT | 4 |
I have an ASP.NET application that stores strings in .resx files in the App_GlobalResources folder. These files are sent to another company for translation and returned in satellite assemblies, which are then placed in the bin folder of the web application. When deployed the ...
|
| Guidelines to Internationalisation??? | 03 Nov 2006 07:55 GMT | 2 |
We are currently creating our application only in English language. We are now planning to adopt multilinguality in our application. Our Front End is VB.Net Back End is SQL Server.
|