| Thread | Last Post | Replies |
|
| RESX files and VS.NET | 26 Sep 2006 17:41 GMT | 4 |
In a project I have one form (MyForm) with three resource files: MyForm.resx, MyForm.fr.resx and MyForm.en.resx. The resource file MyForm.resx contains a lot of stuff including all labels and messages in English because I started my project in English.
|
| Satellite fallback for strings, main assembly fallback for binary | 25 Sep 2006 17:49 GMT | 1 |
To assist the the translation portion of internationalization I have created a utility application that creates a resources.dll from an Excel spreadsheet. This utility is used by our end users. So that users can take full responsibility of the translation I would like to
|
| Display iso-8859-1 characters using codepage 28591 | 24 Sep 2006 17:11 GMT | 2 |
Using framework 2.0 I have to display a text, given as a xml data file. The given text contains extended unicode data (see below '↑' represents arrow up 8593 ) <?xml version="1.0" encoding="iso-8859-1" ?>
|
| Turn on East Asian Language Support | 16 Sep 2006 07:19 GMT | 2 |
Does anyone know how to turn on East Asian Language support via command line? I have a customer with several machines that need to have this turned on, and I need to give him a batch file, with any necessary support files, to do this easily on each machine.
|
| Issue with embeding satellite assembly | 16 Sep 2006 01:44 GMT | 1 |
In my windows application if I embed the resource (Using add file option) Form1.hi-IN.Resx with build action as embeded resource then it works correctly.I get all hi-IN related resource I have stored in resx file. Following commands I use when I update the .RESX file and try to ...
|
| How to handle resource in multiple forms | 16 Sep 2006 01:33 GMT | 1 |
I have a windows application that consists of multiple forms.If I maintain a resource file for each form and keep the name in resource file to resemble the form elements as below then wizard generated code in InitializeComponent() brings these resources correctly for each form.
|
| Access culture satellite assemblies | 15 Sep 2006 16:42 GMT | 1 |
I've got issues wid the accessing assemblies specific to culture. In my case I've created a class library, which contains four culture specific resource and one default resource to fall back . Next step i did is taken the reference of the class library in one of
|
| How to show German language Dialogs in App Deployment | 07 Sep 2006 01:31 GMT | 1 |
i have an english vstudio 2005 and want to publish an app with german dialogs in the setup. I cant see a way to accomplish this. What did i try: Set the Publish Language in the project publish options in the project properties page. The installation just say dont have german info
|