gpt4 book ai didi

java - 如何在 Spring 中获取当前的语言环境?

转载 作者:搜寻专家 更新时间:2023-10-31 19:27:28 27 4
gpt4 key购买 nike

我用的是这个方法

LocaleContextHolder.getLocale()

获取切换语言环境(日语),但它返回英语(默认)。如何检索 jp_JP 语言环境?

最佳答案

//Return the Locale associated with the current thread,
// if any, or the system default Locale else(English)
LocaleContextHolder.getLocale();

所以首先你必须检查当前线程的语言环境。如果您想在当前线程中设置语言环境,请使用此代码:

setLocale(Locale locale); LocaleContextHolder.getLocale() will return jp_JP locale

关于java - 如何在 Spring 中获取当前的语言环境?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31459103/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com