index > Visual C# General > Localization in visual studio 2005, .resx

Localization in visual studio 2005, .resx

 

Hi ,

im using visual studio 2005. I have created localizable Form. For this form i have three .resx (for English, Czech, Finland). Each .resx has own properties. So at this moment I have the form in design mode, Localize attribute is set to true and Language attribute is set to Default. When I move a button on this form for example 3px to left, then this change is written only into defaul resx file. And it's bad. So I want to create new Add-In into Visual Studio which will handle that a change on a form will be written to all resx files. Is there any done solution for this ?

TomCz

Are you saying that you want the positions and graphical attributes of each of your controls to be different depending upon what culture the user is in?

Either I'm misunderstanding your question, or that's what you're saying. If that's what you're suggesting, then I think you're going down the wrong road.

When you move a control on the design surface, or change the size of it, or whatever, those changes are going to be automatically written into the .resx file for the module you're *visually* designing. There is no way to make those changes appear in more than one resource file, nor would you want them to (I hope).

The resource (.resx) file that holds the physical attributes of your design surface is a different concept from the.resx files you might add for internationalization. Typically those are used for things like storing text and images specific to particular countries/regions to be used for captions and other text or visual cues that may change depending upon the nationality or preferred language/culture of the user.

Hope this helps,

Jared




It's not the size of the dog in the fight, but the size of the fight in the dog.
Jared Wennstrom
reply 2

You can use google to search for other answers

 

More Articles

• Using GetFiles
• How to open default email client?
• change keyboard language
• Forms In C#
• Email parse
• How do you change the Z-Order?
• simple editor using webBrowser control
• How to trigger the WindowClosing event manually ?
• How to dsiplay Images in DataGrid Control?
• setup project
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• Changing Type during runtime
• Difference between a waiting thread and
• Hit testing with foreach loop on Regions
• EnumBuilder
• Data Binding Architecture Question
• C# and MS SQL 2005
• Problem using MC++ DLL from C#
• GetType from instance that has a null va
• Path in ASP.NET
• Is it possible to serialize to XML with
• string to int
• how to associate a filetype with a windo
• [directx]loading Texture from custopm fo
• Please commend some other C# Forums
• BrainFreeze position label

Hot Articles

• why (Object reference not set to an inst
• What is the technique to read data file
• Generating XML Documentation for File-Ba
• DLL Import and Migrating Projects
• problem with datasets for reports.
• Compilation error when enum includes ite
• Writing data to a text box
• How to view the frame page sources in we
• Updating text in a ToolStripStatusLabel.
• Open new form when button is pressed
• Problem with obtaining text in an edit c
• Event Handler problem!
• Visual C# installation problems inside V
• How to serialize unexpected complex type
• Request[] html

Recommend Articles

• Transparent color for images larger than
• Variables, moving from one void statemen
• Control Panel
• XmlTextReader - StackOverflow - Infinite
• Bind to a private member variable of my
• Where is the Visual C# Express free down
• RTC applicaiton is still running after c
• Drag and Drop tables
• How does SP2 detect anti-virus software?
• dataGridView1.Rows.Add()
• Code Access Security
• Sum the value of Radio Button Lists
• Referencing an executable component from
• text with style (Word 9.0 interop)
• CAN I MODIFY THE WEB.CONFIG IN RUNTIME??