none
Localizable of Excel Worksheet RRS feed

  • Frage

  • Hello,
    I developed a Excel Worksheet 2007 with Visual Studio Prof. 2008 and C#.
    I will use different languages. German, Spanisch and English.

    So I put my strings in the resource file for the default language I use english.
    Then I make 2 copies of the resource file for german and spanisch.
    Resources.de.resx, Resources.es.resx
    I added this two file to the project and it works well in the Visual Studio.

    Now I want to deploy with a setup project.

    So, the problem is now, after installing the project the worksheet uses the
    default language and not the actual language.

    Can someone help me?

    Best Regards


    Donnerstag, 11. Februar 2010 14:39

Antworten

Alle Antworten

  • Hello,
    I developed a Excel Worksheet 2007 with Visual Studio Prof. 2008 and C#.
    I will use different languages. German, Spanisch and English.

    So I put my strings in the resource file for the default language I use english.
    Then I make 2 copies of the resource file for german and spanisch.
    Resources.de.resx, Resources.es.resx
    I added this two file to the project and it works well in the Visual Studio.

    Now I want to deploy with a setup project.

    So, the problem is now, after installing the project the worksheet uses the
    default language and not the actual language.

    Can someone help me?

    Best Regards


    Aditional I want to say, a Click Oncesetup project works fine!
    Freitag, 12. Februar 2010 07:38
  • Hallo codedive,

    Schau Dir die folgende Diskussion an. Vielleicht findest Du etwas dass Dir weiter helfen kann.

    http://www.windows-tech.info/7/94a32ebd6cdc758d.php

    ClickOnce-Bereitstellung und Lokalisierung à http://msdn.microsoft.com/de-de/library/ms404266.aspx

    Grüße,

    Robert

    Freitag, 12. Februar 2010 08:49
    Moderator
  • Hallo codedive,

    Schau Dir die folgende Diskussion an. Vielleicht findest Du etwas dass Dir weiter helfen kann.

    http://www.windows-tech.info/7/94a32ebd6cdc758d.php

    ClickOnce-Bereitstellung und Lokalisierung à http://msdn.microsoft.com/de-de/library/ms404266.aspx

    Grüße,

    Robert


    Hallo Robert,

    danke für die Antwort, mittlerweile habe ich den Fehler gefunden.
    Da die Lokalisierung bei Click Once ja geklappt hatte, ist mir dann aufgefallen das ich im Setup- Projekt noch die Lokalisierung der Resourcen im Anwendungsordner hinzufügen muß.

    Grüße

    codedive

    Freitag, 12. Februar 2010 09:36