Enum Class ValidationEnums.TextLanguage

java.lang.Object
java.lang.Enum<ValidationEnums.TextLanguage>
com.shaft.validation.ValidationEnums.TextLanguage
All Implemented Interfaces:
Serializable, Comparable<ValidationEnums.TextLanguage>, Constable
Enclosing class:
ValidationEnums

public static enum ValidationEnums.TextLanguage extends Enum<ValidationEnums.TextLanguage>
Supported language presets for text-localization validations.

Each preset maps to a Unicode-aware regex that checks whether the target text contains at least one character from the selected language family. For broader scenarios, use language code-based assertions in the language builder.