Complex routes with language, country and variables

Is it possible to build a structure like this »https://www.uber.com/de-US/cities/guadalajara/« in kirby?

Translated to kirby routes: www.domain.com/(:any)-(:any)/cities/(:any). The first one it the language and should be used for the multi-language setup in kirby. The second one is the country definition and is used for the city selection and the third one shows the city. In kirby you have only the /cities/ folder and depending on the country several cities but this content comes from an API.