There is only a setting to redirect the aliases to the main URL, but there is no logic to change the page alias according the culture. In this case I would recommend using IIS URL Rewriting and do the redirection on the IIS level - for better performance. Or, another option would be doing the redirection in code using the request event handlers.