Skip to content

how to set global default language #35923

@jinceon

Description

@jinceon

Problem Statement

since all of my team are in China, I want to set global default timezone to "Asian/Shanghai" and set default language to "zh-cn"。

I add two line in sentry.conf.py,

SENTRY_DEFAULT_TIME_ZONE = "Asian/Shanghai"       //it worksLANGUAGE_CODE = "zh-cn"                                        // it not works

what is the right way to set global default language?

image

Solution Brainstorm

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions