Does anyone know if its possible to localize the (...
# ory-network
a
Does anyone know if its possible to localize the (new) Ory Experience Kratos Login Page somehow? We're starting the flow using the Ory FrontendApi client (Next.JS), but we cannot figure out what to provide so that it actually sends the correct accept-lang headers or whatever is needed.
s
the responses from the
FrontendApi
will never be localized, but they come with all the context so the front-end can localize are you using
@ory/elements-react/1.0.0-next.11
?
a
we're using the (new) ory Account experience, so no custom ui.