﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Problem with Translation</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 08:34:55 GMT</lastBuildDate><ttl>20</ttl><item><title>Problem with Translation</title><link>http://forum.strataframe.net/FindPost21004.aspx</link><description>Hello &lt;br&gt;
&lt;br&gt;
I have 2 Problems :&lt;br&gt;
&lt;br&gt;
1. &lt;br&gt;
&lt;br&gt;
In MessageEditor i had defined my messages. &lt;br&gt;
for German-Language i translate buttons with German Caption.&lt;br&gt;
&lt;br&gt;
When i run Application Messagetext appears in German&lt;br&gt;
only Captions of Buttons are in English.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
2.&lt;br&gt;
&lt;br&gt;
in AppMAin where i set Datasource&lt;br&gt;
&lt;br&gt;
[codesnippet]&lt;br&gt;
   Private Shared Sub SetDataSources()&lt;br&gt;
&lt;br&gt;
  &lt;br&gt;
        MicroFour.StrataFrame.UI.Localization.MessageLocaleID = 1031&lt;br&gt;
&lt;br&gt;
        ConnectionManager.ApplicationKey = "MKSGoliathNet"&lt;br&gt;
        ConnectionManager.ApplicationDefaultTitle = "MKSGoliathNet Verbindungen"&lt;br&gt;
        ConnectionManager.ApplicationDefaultDescription = "Diese Verbindung wird von GoliathNet verwendet"&lt;br&gt;
&lt;br&gt;
  [/codesnippet]&lt;br&gt;
&lt;br&gt;
Dialog appears in English&lt;br&gt;
&lt;br&gt;
So what did i wrong ?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks for your help&lt;br&gt;
&lt;br&gt;
Rainer&lt;br&gt;</description><pubDate>Thu, 04 Dec 2008 09:53:39 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21021.aspx</link><description>hello trent&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
thanks for the info&lt;br&gt;
&lt;br&gt;
Rainer&lt;br&gt;</description><pubDate>Thu, 04 Dec 2008 09:53:39 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21016.aspx</link><description>No. The Connection String Wizard is one of the few items that is not pre-localized.&amp;nbsp; The reason that it isn't is because most developers choose to use their own connection mechanism versus the Connection String Wizard in the field.&amp;nbsp; In truth, you could create your own connection dialog quickly and easily and manually set the connection, which like mentioned, is what most developers elect to do.&lt;/P&gt;&lt;P&gt;In our medical application, we never ask for a connection from the workstations, only the server.&amp;nbsp; The workstations all look for the server (UDP or IP) and once found, the server sends the workstation the connection string.&amp;nbsp; This makes it MUCH easier than trying to setup every workstation.&lt;/P&gt;&lt;P&gt;Other developers have a central location to which the workstations look (similar to our server approach minus the server) and then pull the connection string from that location when the workstation fires up.&lt;/P&gt;&lt;P&gt;We will more than likely localize this dialog in the next major version, but at present, it would require a significant amount of effort to retro-fit this.</description><pubDate>Thu, 04 Dec 2008 09:25:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21014.aspx</link><description>Hi Ivan&lt;br&gt;
&lt;br&gt;
Thanks again for your help.&lt;br&gt;
&lt;br&gt;
Then i must ask Trent .&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Trent, is the Database-Connection-Wizard localized ?&lt;br&gt;
&lt;br&gt;
If not, how can i handle this in best way ?&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
&lt;br&gt;
Rainer</description><pubDate>Thu, 04 Dec 2008 09:03:48 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21011.aspx</link><description>Good you got it working, but I think you could insist a bit more to get your Embedded XML Files working, since this is really the recommended way. If you feel like keeping on trying, don't worry about posting any doubts you get during the process, we will get there.&lt;/P&gt;&lt;P&gt;As for the Connection Wizard, I have a feeling it is not pre-localized yet.</description><pubDate>Thu, 04 Dec 2008 08:16:10 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21010.aspx</link><description>Hi Ivan&lt;br&gt;
&lt;br&gt;
Thanks for your help.&lt;br&gt;
&lt;br&gt;
I changed now to External XML  and it works fine with Messagebox.&lt;br&gt;
&lt;br&gt;
But for DataBaseConnectionWizard it doesnt work.&lt;br&gt;
&lt;br&gt;
Is this wizard Pre-Localized ?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Rainer</description><pubDate>Thu, 04 Dec 2008 07:53:30 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21009.aspx</link><description>Sorry, were you see "Offisys.ProFilmeNET", just put your NameSpace... :blush:</description><pubDate>Thu, 04 Dec 2008 07:03:25 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21008.aspx</link><description>You also embedded your Messages_1031.XML file, right?&lt;P&gt;Please, try registering your XML in code, in the InitApplication sub:&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Reflection.Assembly.GetExecutingAssembly(), "Offisys.ProFilmeNET.Message_Languages.xml")&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Reflection.Assembly.GetExecutingAssembly(), "Offisys.ProFilmeNET.Messages_1031.XML")&lt;BR&gt;&lt;/P&gt;&lt;P&gt;[/codesnippet]</description><pubDate>Thu, 04 Dec 2008 07:01:48 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21007.aspx</link><description>Hi Ivan&lt;br&gt;
&lt;br&gt;
thanks for reply&lt;br&gt;
&lt;br&gt;
Yes i did&lt;br&gt;
&lt;br&gt;
Also i check again Message_languages.xml&lt;br&gt;
&lt;br&gt;
- &lt;MessageLanguages&gt;&lt;br&gt;
  &lt;lng_pk&gt;5&lt;/lng_pk&gt; &lt;br&gt;
  &lt;lng_prj_pk&gt;3&lt;/lng_prj_pk&gt; &lt;br&gt;
  &lt;lng_codepage&gt;1031&lt;/lng_codepage&gt; &lt;br&gt;
  &lt;lng_isolanguage&gt;deu&lt;/lng_isolanguage&gt; &lt;br&gt;
  &lt;lng_yes&gt;Ja&lt;/lng_yes&gt; &lt;br&gt;
  &lt;lng_no&gt;Nein&lt;/lng_no&gt; &lt;br&gt;
  &lt;lng_retry&gt;Wiederholen&lt;/lng_retry&gt; &lt;br&gt;
  &lt;lng_cancel&gt;Abbruch&lt;/lng_cancel&gt; &lt;br&gt;
  &lt;lng_EventId&gt;Event ID&lt;/lng_EventId&gt; &lt;br&gt;
  &lt;lng_baselanguage&gt;true&lt;/lng_baselanguage&gt; &lt;br&gt;
  &lt;lng_created&gt;2008-11-19T16:37:42.983+01:00&lt;/lng_created&gt; &lt;br&gt;
  &lt;/MessageLanguages&gt;&lt;br&gt;
- &lt;MessageLanguages&gt;&lt;br&gt;
  &lt;lng_pk&gt;4&lt;/lng_pk&gt; &lt;br&gt;
  &lt;lng_prj_pk&gt;3&lt;/lng_prj_pk&gt; &lt;br&gt;
  &lt;lng_codepage&gt;1033&lt;/lng_codepage&gt; &lt;br&gt;
  &lt;lng_isolanguage&gt;eng&lt;/lng_isolanguage&gt; &lt;br&gt;
  &lt;lng_yes&gt;Yes&lt;/lng_yes&gt; &lt;br&gt;
  &lt;lng_no&gt;No&lt;/lng_no&gt; &lt;br&gt;
  &lt;lng_retry&gt;Retry&lt;/lng_retry&gt; &lt;br&gt;
  &lt;lng_cancel&gt;Cancel&lt;/lng_cancel&gt; &lt;br&gt;
  &lt;lng_EventId&gt;Event ID&lt;/lng_EventId&gt; &lt;br&gt;
  &lt;lng_baselanguage&gt;false&lt;/lng_baselanguage&gt; &lt;br&gt;
  &lt;lng_created&gt;2008-11-19T16:36:22.86+01:00&lt;/lng_created&gt; &lt;br&gt;
  &lt;/MessageLanguages&gt;&lt;br&gt;
&lt;br&gt;
Here are Translations correct.&lt;br&gt;
&lt;br&gt;
Any new idea ?&lt;br&gt;
&lt;br&gt;
thanks &lt;br&gt;
&lt;br&gt;
Rainer</description><pubDate>Thu, 04 Dec 2008 06:02:01 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Problem with Translation</title><link>http://forum.strataframe.net/FindPost21006.aspx</link><description>Hi Rainer.&lt;/P&gt;&lt;P&gt;Have you embedded your Localization Files into your project?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/333f1825-b374-4e7d-858b-d14b.jpg"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/7d4976cb-e109-42e5-8061-951c.jpg"&gt;</description><pubDate>Thu, 04 Dec 2008 05:41:08 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>