| Re: Country Codes Hi Laxman,
I don't know of any property or setting that allows you to change from 3 to 2 digits.
The only way i've seen this done before at another client was they updated all the 3 digit country codes in the country_code table with the 2 digit equivalant (as DBA.ADMIN). To associate the country codes with a time zone you will also need to update the country_code3_gid in the time_zone_locale table.
Word of caution though, the scripts to do this will have to form part of your post upgrade process as any upgrade to the db will overwrite the changes.
Rgrds,
Antony |