Modify Manifest.xsf in C#

T

T.Coita

Hi,

My question can be a little strange but:

If I need to have a multilingual form how I can change the right click
button and the little sentence under the reapeating section?

Because If I'm english I wan't to see that in english not in german for
example if the form is designed with a german environment!

Is there anyway to modify this manifest.xsf that contain this
information?

I hope you understand!

Thanks for your help!

++

Thierry
 
H

Henning Krause [MVP - Exhange]

Hello,

you can simply open the manifest.xsf from within Visual Studio and modify
it.

If you don't have managed code attached to the form, you extract the files
of the form with an archiver like PowerArchiver or Winzip. Simply rename the
form's extension to .cab.

After you have modified the xsf, you can update the cab file and rename it
back to .xsn.

Greetings,
Henning Krause [MVP - Exchange]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
 
R

Renee in Juneau

FWIW, If this is the only reason you want to break into the manifest,
I don't think its necessary.

In design mode, rightclick on the section and go into properties.
At the bottom is a checkbox where it says (in English, anyway :)

Show Insert Button and Hint Text

This is where you change the text on the little orange or blue tag
(depending on what kind of section) that lets the user add another
section when filling out the form.

To change the contents/text of the dropdown area that appears in the
upper lefthand corner (for adding/removing/whatever a section while
filling out the form), click on the "Custom Commands" button. This
button appears immediately before the checkbox mentioned above. In the
"repeating section" control, this button is a little harder to find
because it doesn't show up until you click on the "Add" button that
appears next to the "Sections That Can Be Inserted" listbox.

The "Customize Commands" button leads to the "Section Commands"
window. This is where you can determine what appears in the upper
lefthand dropdown area, what it says, and what happens.
 
T

T.Coita

Thanks a lot for your help!

But It's not really what I want to make.

I need to create a multilingual form the same form for english, german,
italian and french people! It's a little form

With one webservice I do the most of the form but for the Customize
Commands and the little sentence under the reapeating section I need to
change the language depend on a parameter. This property is in the
manifest.xsf so can I modify my manifest.xsf during the load of the
form?

Renee in Juneau I don't think your explanation can solve me probleme ?
I'm french so I'm not sure that I have good understand! If I good
understand you say how to customize this menu but for one language
only?

Or is there any other way to change this to things?

Thanks for your help

++

Thierry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top