How can I modify country name field?
In the submit page, I want “country” to “Country/ Region”,
and “Taiwan, province of China” to “Taiwan”
Thanks a lot,
How can I modify country name field?
In the submit page, I want “country” to “Country/ Region”,
and “Taiwan, province of China” to “Taiwan”
Thanks a lot,
go to lib\pkp\locale\en_US
edit common.xml
for
<message key="common.country">Country</message>
and countries.xml
for
<country name="Taiwan, Province of China" code="TW"/>
Thank a lot, Solved problem.
I’ve curated this into an FAQ: FAQ: How do I customize the country list? Why is Taiwan listed as Taiwan, Province of China?