In PHP you may retrieve this data using the following code:
<?php $data = ResourceBundle::create('sr_RS', 'ICUDATA-region'); foreach($data as $name => $value) { echo "$name: " . print_r($value, true); }
<?php ''