ffang commented on issue #2564: URL: https://github.com/apache/camel-quarkus/issues/2564#issuecomment-835861068
Hi @zbendhiba , About Locale, Hi @zbendhiba , Just FYI, if it's only one no-default locale needed in native mode, we can specify it in application.properties like ``` quarkus.native.user-country=US quarkus.native.user-language=en ``` Please take a look at https://github.com/apache/camel-quarkus/issues/2550#issuecomment-832204615 to get more details. About the timezone, please take a look at my way to fix https://github.com/apache/camel-quarkus/issues/2542 Best Regards Freeman -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
