Class LocaleKit
java.lang.Object
com.iohao.net.common.kit.LocaleKit
Locale detection utilities.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-04
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisChina()Check if the default locale is Chinese (zh_CN).
-
Method Details
-
isChina
public static boolean isChina()Check if the default locale is Chinese (zh_CN).Result is cached after first invocation.
- Returns:
trueif the default locale is zh_CN
-