Class LocaleKit
java.lang.Object
com.iohao.net.common.kit.LocaleKit
Locale detection utilities.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-04
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisChina()Check if the default locale is Chinese (zh_CN).
-
Constructor Details
-
LocaleKit
public LocaleKit()
-
-
Method Details
-
isChina
public 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
-