Please follow the below to resolve this
First install Serbian Language Pack
composer require mageplaza/magento-2-serbian-latin-language-pack:dev-master // Install
or
composer update mageplaza/magento-2-serbian-latin-language-pack:dev-master // Update
Then Apply
php bin/magento setup:static-content:deploy sr_CS
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Activate the language pack
From Magento 2 admin panel : Stores -> Configuration -> General -> Locale Options
Let me know if any issues
If my answer is useful, please Accept as Solution & give Kudos