diff --git a/lms/nladmin-system/libs/language-all.jar b/lms/nladmin-system/libs/language-all.jar
new file mode 100644
index 0000000..a79897c
Binary files /dev/null and b/lms/nladmin-system/libs/language-all.jar differ
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/AcsToLms/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/AcsToLms/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToAcs/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToAcs/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToMes/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToMes/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToSap/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/LmsToSap/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/MesToLms/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/MesToLms/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/logPath_IS_UNDEFINED/SapToLms/2025-12-29.0.log b/lms/nladmin-system/logPath_IS_UNDEFINED/SapToLms/2025-12-29.0.log
new file mode 100644
index 0000000..e69de29
diff --git a/lms/nladmin-system/pom.xml b/lms/nladmin-system/pom.xml
index 8f6408f..e682f6b 100644
--- a/lms/nladmin-system/pom.xml
+++ b/lms/nladmin-system/pom.xml
@@ -58,6 +58,17 @@
lucene-analyzers-common
8.2.0
+
+
+ nl.sdkall
+ language-all
+ 0.0.1
+ system
+
+ ${project.basedir}/libs/language-all.jar
+
+
+
com.github.magese
ik-analyzer
diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/basedata/master/rest/ClassstandardController.java b/lms/nladmin-system/src/main/java/org/nl/wms/basedata/master/rest/ClassstandardController.java
index c0c0572..7a5bfed 100644
--- a/lms/nladmin-system/src/main/java/org/nl/wms/basedata/master/rest/ClassstandardController.java
+++ b/lms/nladmin-system/src/main/java/org/nl/wms/basedata/master/rest/ClassstandardController.java
@@ -6,6 +6,7 @@ import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
+import org.nl.language.LangBehavior;
import org.nl.modules.logging.annotation.Log;
import org.nl.modules.wql.core.bean.WQLObject;
import org.nl.wms.basedata.master.service.ClassstandardService;
@@ -36,6 +37,8 @@ public class ClassstandardController {
//@PreAuthorize("@el.check('Classstandard:list')")
public ResponseEntity