Closed php-coder closed 6 years ago
At this time I have to write my own function that just pick one random locale from a list of fixed length.
Isn't it just sample(Locale.getAvailableLocales())?
sample(Locale.getAvailableLocales())
Yes, it looks like I can use it. Thanks!
At this time I have to write my own function that just pick one random locale from a list of fixed length.