I’m implementing a new localization service provider, and the set of supported cultures is different from those supported by ICU.
It would seem that updating FInternationalization::GetCultureNames() called from SCulturePicker::BuildStockEntries() would do the trick; what would be the best way to update that without updating any engine code? Or the minimally intrusive way if I did?
Sample extra cultures are “cb-ph (Cebuano)”, “co-it (Corsican)”, and “xx-xx (Test)”
Cheers
John