Hello guys
I would like to ask how to change the labesl of Primary Address fields for example insted City to make it Village..can i do this?
Hello guys
I would like to ask how to change the labesl of Primary Address fields for example insted City to make it Village..can i do this?
You need to create an extended language for the module and update the label for the language entry:
LBL_PRIMARY_ADDRESS_CITY
Then go to Admin -> Repair -> Rebuild ExtensionsPHP Code:$mod_strings['LBL_PRIMARY_ADDRESS_CITY'] = 'Village';
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Hi there,
thanks for that I can use that too.
But by "create an extended language for the module " do you mean installing a new language pack or what?
sorry I'm a newbie...
Kind Regards,
Malene
Hello,
You have to create file under
custom/Extension/modules/<MODULENAME>/Ext/Language/en_us.<UNIQUE_IDENTIFIER>.php
and paste the code mentioned.
Then run Quick Repair & Rebuild.
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
So does that mean that there is not only one place/file that contains the labeling for the fields that are shown over several modules?
Thanks,
Malene
Hello,
No, all modules have their own language files which you can extend by the way I explained.
There is a common file include/language/en_us.lang.php which contains the labels common over modules and definition of dropdowns. Which can be extended by putting the file into custom/include/language/en_us.lang.php
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
Hi
Thank you for this very useful informations.
Yes Thank you for that.
Kind Regards,
Malene
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks