Thread: Country Codes
View Single Post
  #10 (permalink)  
Old June 2nd, 2008, 16:38
neoandr neoandr is offline
Member
 
Join Date: Oct 2007
Posts: 45
Thanks: 2
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
neoandr is on a distinguished road
Re: Country Codes

Hi ,
All locations are mapped with 3 letter country codes. So if you want it to be displayed in 2 characters then either u need to create new country codes with 2 letters or ...u can modify the 'Picklist' template to drop down in XSL (JSPx) and using 'options' you can display it as 2 letters which is actually mapped with 3 letter codes.

<options>
<option name='FR' value='FRA'>FR</option>
<option name='US' value='FRA'>US</option>
</options>

you can customise ur XSL with above code.
Reply With Quote