[Vtigercrm-commits] [vtiger development] #5481: multi-lingual values in the picklist
vtiger development
vtiger-tickets at trac.vtiger.com
Thu May 14 03:25:24 EDT 2009
#5481: multi-lingual values in the picklist
--------------------------+-------------------------------------------------
Reporter: DavidV | Owner: developer
Type: enhancement | Status: closed
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Resolution: fixed | Keywords: language translation
--------------------------+-------------------------------------------------
Changes (by asha):
* status: new => closed
* resolution: => fixed
Comment:
Yes this is clearly possible with Vtiger 5.1.0.
Say you have a picklist with values
-bike
-car
-bus
In spanish language pack, you can add the language translation in the
specific module's language file as follows:
'bike'=>'bicicleta',
'car'=>'coche',
'bus'=>'autobus'
The language translations are picked up if there are any, otherwise the
value is rendered as it is.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5481#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list