<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=iso-2022-jp"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
So it does.<br>
Don't know how I could miss that one :/<br>
<br>
Thank you very much.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S

</pre>
<br>
<br>
Hidekazu Shimaji wrote:
<blockquote
 cite="mid20070525145343.79457.qmail@web10008.mail.tnz.yahoo.co.jp"
 type="cite">
  <pre wrap="">Hello Kenneth,

Please try a SetLocale method of the MgUserInformation class.
It seems to work as you wish.

Regards,
Hidekazu

--- "Kenneth, GEOGRAF A/S" <a class="moz-txt-link-rfc2396E" href="mailto:ks@geograf.dk">&lt;ks@geograf.dk&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm using the .Net API to create a new session for the user.
This works fine, with the following code:

        MapGuideApi.MgInitializeWebTier(extensionsDir + "webconfig.ini");
        MgSiteConnection con = new MgSiteConnection();
        con.Open(new MgUserInformation(username, password));
        return con.GetSite().CreateSession();

The returned string contains the session id.
It keeps returning locale "en" in the session string.
When using the Web API, the locale can be sent explicitly, but using the 
.Net API, there are only username and password arguments.
How do I change the new session locale?

-- 
Regards, Kenneth, GEOGRAF A/S


_______________________________________________
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=""><!---->
_______________________________________________
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>
</body>
</html>