Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, November 26, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Localization Questions
RJ Eaton
Posts: 234
 
Localization QuestionsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 May 06 10:34 AM
fiogf49gjkf0d
I'm trying to format a date field that shows the last time a call or meeting was held with a client so I can get the date to appear and I have it formated in the control as a short date..

I am trying to make it match the rest of SalesLogix now so that globally it will show as dates do else where in the world. My questions is How do I use the Application.Translator.Localize function to set the format of my control?

Do I use edLastMeet.Format = Application.Translator.Localize ?

Thanks
[Reply][Quote]
Jeremy Brayton
Posts: 491
Top 10 forum poster: 491 posts
 
Re: Localization QuestionsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 May 06 10:45 AM
fiogf49gjkf0d
Look in Account Details, it has a pretty good example if memory serves me.

Here's a snip of code:
Sub cmdAcctMgrClick(Sender)
On Error Resume Next
Application.BASICFunctions.DoInvoke "Function", "Lookup:AccountManager" 'DNL
ErrorCheck Application.Translator.Localize("Error accessing Account Manager Lookup:")
On Error Goto 0
End Sub

What I don't know, since I don't have a localized version, is if the LanguageTranslation table in the database actually converts the words Error, accessing, Account, Manager, Lookup into their localized counterpart. I know there was a way you could modify the language dictionary but of course I don't know the specifics of that. I would try just placing a string of text and seeing how much is translated then you may have to fool with the language dictionary if some of your words aren't translating correctly. There should be documentation on how to do it somewhere or some "language pack" download I think that was on SupportOnline that helped in this area. Memory is a little vague but I remember hearing something about that a while ago.
[Reply][Quote]
Gregor F. Anton
Posts: 12
 
Re: Localization QuestionsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 May 06 3:00 AM

cheap abortion clinics in dc

cheap abortion clinics in las vegas read
fiogf49gjkf0d
The translation is for the entire string, so "Error accessing Account Manager Lookup:" would be translated as one string. If you're going to be employing language translation you should put an emphasis on unique strings, ie. not "Error accessing Account Manager Lookup:" and "Error accessing Account Manager Lookup!!". Those would be two entries.

Gregor Anton
www.antonsolutions.com
CRM Solutions That Fit!
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/26/2024 2:50:20 AM