
12-22-2011 09:56 AM - last edited on 12-22-2011 09:56 AM
We have 1.2 up and running on our production environment (w/customization) and it's great! The calendar improvements really make things easier. Total upgrade time from 1.1 to 1.2 - less than 5 minutes (well I was having a cup of coffee at the time ;-)
Just made a post to the SalesLogix Mobile Web group on LinkedIn as well as a post to our blog on it.
Solved! Go to Solution.
12-23-2011 04:31 AM
Download link still not posted where it counts: http://support.saleslogix.com/home/default.php3
Nor is the new SLX Mobile Phone 6.....
12-23-2011 12:46 PM
Hi RJ,
I just installed it and it does work great....
Do you have any Idea how to use the French localization ?
I see a localization foler under SlxMobile, but I am not sure how to start the application in french. Any thoughts would be appreciated.
Thanks.
Claude.
12-23-2011 12:51 PM
12-23-2011 01:15 PM
Thanks RJ for the quick response.
In Firefox, I have set the language to FR and my SlxClient is in french, but the SlxMobile is still showing in english.
I changed the default language to FR on my iPad too, and still showing SlxMobile 1.2 in english only.
12-23-2011 01:20 PM
12-23-2011 01:45 PM
Yes I did clear the storage.
I just found a second bundle on the SLX FTP site in "/slx62/SLX_Localized/Mobile/SLX_Mobile v1.2.zip",
but it's the same size an date as the one in /slx62/SalesLogix Mobile/Mobile v1.2.
I`ll try to install it anyway. If I can`t make it work, I`ll call SLX Support next week. I have a french only client to install in January.
Thanks again.
12-28-2011 08:48 AM - last edited on 12-28-2011 08:55 AM
For browser locale detection make sure you are pointing to the .aspx page. The .html page is static with either a) no localization (v1.2) or b) with english added (dojo) - this goes for all index's - index-dev.html, index.html, index-nocache.html:
v1.2
(add below Configuration script include)
<!-- Localization -->
<script type="text/javascript" src="localization/en.js"></script>
Dojo
require([application].concat(configuration), function(application, configuration) {
var localization = [
'localization/en',
'localization/saleslogix/en'
];
You can change those to point to fr, de, etc if you want to force it (say, for testing purposes in browsers that don't have locale switchers).
12-28-2011 10:26 AM
02-09-2012 01:17 PM
Does anyone know where I can download this?