I need to introduce a internalization in my servant app in a backward compatible manner. I want to have the language code as an optional path segment. If the very fist path segment is from a known list of language codes, that language is used, else it defaults to Nothing (which the handler/server would interpret […]