﻿<?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 » Enhancement Requests  » Localization for default login form</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 03:23:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Localization for default login form</title><link>http://forum.strataframe.net/FindPost15940.aspx</link><description>The default login form provided with the Core module is just fine. It is just annoying that I have to manually add the localization labels and logic to the source code with each release.&lt;br&gt;
Thanks</description><pubDate>Tue, 13 May 2008 09:31:46 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16359.aspx</link><description>Hey Guillermo,&lt;/P&gt;&lt;P&gt;I don't have an issue adding these to the localization collections before the final release of 1.6.6.&amp;nbsp; But just so you understand where we are coming from here, SF comes with a template to create your own login dialog that behaves exactly like the pre-built dialog.&amp;nbsp; In most applicaitons developers will want to customize their login dialog to do more for them...add graphics, etc.&amp;nbsp; Here is an example of our medical application with our login...this was created by using the SF Custom Login template and then adding our stuff:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/398601e6-3fa8-4165-9bb2-04bb.png"&gt;&lt;/P&gt;&lt;P&gt;I hope that makes a little more sense.&amp;nbsp; You could easily create your own and set all of your localization stuff far faster than waiting on me to get the localization keys created, translated in all of the other languages, etc. :)</description><pubDate>Tue, 13 May 2008 09:31:46 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16348.aspx</link><description>mmm.. without been a pain in the.. RAM.&lt;BR&gt;I just don´t want to reinvent the wheel if there is a loginform already in SF. I´m attaching the loginform files with the mods I talked about&amp;nbsp;and also the nodes that needs to be added for every language supported. So please let me now if you would consider adding this to the next release and in the mean time I will add a custom loginForm :cool:&lt;/P&gt;&lt;P&gt;I would like to add that this is the best Community I ever met!!!! SF Rocks</description><pubDate>Tue, 13 May 2008 04:44:38 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16322.aspx</link><description>Yup...me and Ivan are on the same page :D</description><pubDate>Mon, 12 May 2008 08:05:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16320.aspx</link><description>Hi Guillermo.&lt;/P&gt;&lt;P&gt;[quote]Hello Ivan, I rather use the one provided in SF since its all I need in&amp;nbsp;my applications :)[/quote]&amp;nbsp; &lt;/P&gt;&lt;P&gt;I understand that, but there's a template that will give you the same functionality, and then you can tweak it as you wish. Try adding a new item to your project, and then choose the Login Form template to have a look at it. Then, go to the AppMain.vb (or Program.cs), in the ShowLoginAndInitMainForm Sub, and set the login form to this newly created one:&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Set the login form to your custom login form (optional)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Login.LoginFormType = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;GetType&lt;/FONT&gt;&lt;FONT size=2&gt;(frm_Login) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;Hope it helps ;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Mon, 12 May 2008 07:49:22 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16314.aspx</link><description>I understand, but you really don't need to modify the SF localization for this.&amp;nbsp; You should create a custom login for, then use the localization files for your application.&amp;nbsp; That would be the better way to go about it so that the next update of SF will not break your application.&amp;nbsp; Just a suggestion.</description><pubDate>Sun, 11 May 2008 21:48:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost16306.aspx</link><description>[quote][b]Ivan George Borges (04/28/2008)[/b][hr]Hi Guillermo. &lt;P&gt;Why do you need to add your labels after each release? Haven't you created your own Login form out of the SF Login Form template?[/quote]&lt;/P&gt;&lt;P&gt;Hello Ivan, I rather use the one provided in SF since its all I need in&amp;nbsp;my applications :)&lt;/P&gt;&lt;P&gt;[quote][b]Trent L. Taylor (04/28/2008)[/b][hr]Guillermo, why do you need to add the localization files back?&amp;nbsp; I have no idea why you would have this issue?&amp;nbsp; We do not touch your localization files.[/quote]&lt;/P&gt;&lt;P&gt;Hi Trent, I've modified the SF login Form source to use localization labels, by default the SF Login Form doesn't support localization, at least it always pops in English to me.&amp;nbsp;If you want I can send you the files of the SF&amp;nbsp;Login Form I always need to modify with each release of SF source&amp;nbsp;code. Maybe I'm doing something wrong or I can't explain myself :hehe:</description><pubDate>Sun, 11 May 2008 12:52:32 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost15946.aspx</link><description>Guillermo, why do you need to add the localization files back?&amp;nbsp; I have no idea why you would have this issue?&amp;nbsp; We do not touch your localization files.</description><pubDate>Mon, 28 Apr 2008 09:57:39 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Localization for default login form</title><link>http://forum.strataframe.net/FindPost15941.aspx</link><description>Hi Guillermo.&lt;/P&gt;&lt;P&gt;Why do you need to add your labels after each release? Haven't you created your own Login form out of the SF Login Form template?</description><pubDate>Mon, 28 Apr 2008 09:22:46 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>