File instlux-lang-ja.patch of Package instlux
diff -Naru instlux-SVN62_orig/instlux/src/instlux_template_en.nsi instlux-SVN62/instlux/src/instlux_template_en.nsi
--- instlux-SVN62_orig/instlux/src/instlux_template_en.nsi 2012-11-23 13:03:27.367467361 +0900
+++ instlux-SVN62/instlux/src/instlux_template_en.nsi 2012-11-23 13:08:33.893458476 +0900
@@ -305,6 +305,8 @@
StrCpy $LangParam "es"
StrCmp $LANGUAGE ${LANG_SWEDISH} 0 +2
StrCpy $LangParam "se"
+ StrCmp $LANGUAGE ${LANG_JAPANESE} 0 +2
+ StrCpy $LangParam "ja"
# StrCmp $LANGUAGE ${LANG_TRADCHINESE} 0 +2
# StrCpy $LangParam "zh_TW"
# StrCmp $LANGUAGE ${LANG_SIMPCHINESE} 0 +2