|
@@ -74,13 +74,13 @@ function emCall(t){
|
|
|
<c:if test="${centerCode eq '1'}">
|
|
|
<div class="locale-box">
|
|
|
<select id="localeSelectBox">
|
|
|
- <option value="ko" <c:if test="${data._LOCALE_CODE eq 'ko'}">selected</c:if>>🇰🇷 한국어</option>
|
|
|
- <option value="en" <c:if test="${data._LOCALE_CODE eq 'en'}">selected</c:if>>🇺🇸 English</option><!-- 영어 -->
|
|
|
- <option value="vi" <c:if test="${data._LOCALE_CODE eq 'vi'}">selected</c:if>>🇻🇳 Tiếng Việt</option><!-- 베트남어 -->
|
|
|
- <option value="ru" <c:if test="${data._LOCALE_CODE eq 'ru'}">selected</c:if>>🇷🇺 русский</option><!-- 러시아어 -->
|
|
|
- <option value="ar" <c:if test="${data._LOCALE_CODE eq 'ar'}">selected</c:if>>🇦🇪 عربي</option><!-- 아랍어 -->
|
|
|
- <option value="fr" <c:if test="${data._LOCALE_CODE eq 'fr'}">selected</c:if>>🇫🇷 français</option><!-- 프랑스어어 -->
|
|
|
- <option value="th" <c:if test="${data._LOCALE_CODE eq 'th'}">selected</c:if>>🇹🇭 ไทย</option><!-- 태국어 -->
|
|
|
+ <option value="ko" <c:if test="${data._LOCALE_CODE eq 'ko'}">selected</c:if>>한국어</option>
|
|
|
+ <option value="en" <c:if test="${data._LOCALE_CODE eq 'en'}">selected</c:if>>English</option><!-- 영어 -->
|
|
|
+ <option value="vi" <c:if test="${data._LOCALE_CODE eq 'vi'}">selected</c:if>>Tiếng Việt</option><!-- 베트남어 -->
|
|
|
+ <option value="ru" <c:if test="${data._LOCALE_CODE eq 'ru'}">selected</c:if>>русский</option><!-- 러시아어 -->
|
|
|
+ <option value="ar" <c:if test="${data._LOCALE_CODE eq 'ar'}">selected</c:if>>عربي</option><!-- 아랍어 -->
|
|
|
+ <option value="fr" <c:if test="${data._LOCALE_CODE eq 'fr'}">selected</c:if>>français</option><!-- 프랑스어어 -->
|
|
|
+ <option value="th" <c:if test="${data._LOCALE_CODE eq 'th'}">selected</c:if>>ไทย</option><!-- 태국어 -->
|
|
|
</select>
|
|
|
</div>
|
|
|
</c:if>
|