<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I don't think you can, because the translation mechanism does not read
the WebLayout.<br>
In fact, you have to create a copy of each weblayout for each language
you want to support.<br>
<br>
The procedure that Måns mentions is another way of editing the Xml in
the WebLayout.<br>
<br>
You can create an application that translates any "__#....#__" values
inside a weblayout and saves it with the locale suffixed.<br>
That application can then be executed agains all weblayouts on the
server.<br>
You will still have to manually direct the user to the localized
version of the weblayout though.<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S
</pre>
<br>
<br>
Jose Manuel C G skrev:
<blockquote cite="mid:14709408.post@talk.nabble.com" type="cite">
  <pre wrap="">Can you modify with tags like __#tooltip1#__ with this method? I'd translate
simply adding this tags to the \localize\en file.


Måns Beckman wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi, 

There is an way to translate the built in commands, but it is kind of
tricky. Here is how to do it.

Create a new directory in MGS and create a new weblayout in that directory
Go to MapGuide Administator and export your new directory as a package
(for example swedish.mgp)
MGP files is actually ZIP files so change the filetype of your file
(swedish.zip)
Unzip the contents of your ZIP file

Open the file weblayout.WebLayout_CONTENT.xml in Notepad
Translate text within &lt;TaskPane&gt; tags (around line 207) name and tooltip
can be translated
Translate text within &lt;CommandSet&gt; tags (around line 267) label, tooltip
and description can be translated

Compress your ZIP archive again
Change the extension to MGP
Import your package through MapGuide Administrator
Open MGS and enjoy your localized commands!

Best regards
Måns


-----Ursprungligt meddelande-----
Från: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>
[<a class="moz-txt-link-freetext" href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>] För lmbap
Skickat: den 8 januari 2008 18:34
Till: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
Ämne: [mapguide-users] Translating label icons at main toolbar


Hi all,

I'm translating the labels and the menus from english to other languages
and
I can't find the place where to change the label texts of the built-in
commands in the main toolbar, context menu and Task Bar Menu.
I'm doing this for MGE2008 and for Open Source.
Anyone knows where to change this?
Thanks in advance
LB
-- 
View this message in context:
<a class="moz-txt-link-freetext" href="http://www.nabble.com/Translating-label-icons-at-main-toolbar-tp14694341s16610p14694341.html">http://www.nabble.com/Translating-label-icons-at-main-toolbar-tp14694341s16610p14694341.html</a>
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>