Serbian (Serbia) sr_RS

Based on PHP intl data: ICU 75.1. Data 75.1.

ICU Region Data #

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
''