<!--@if($lang_type != 'ko')-->
한국어
<!--@end-->
<!--@if($lang_type != 'jp')-->
일본어
<!--@end-->
<!--@if($lang_type != 'en')-->
영어
<!--@end-->
이런식으로 하면 안되는거같더라구요
어떤식으로 넣어야할까요?
<!--@if($lang_type != 'ko')-->
한국어
<!--@end-->
<!--@if($lang_type != 'jp')-->
일본어
<!--@end-->
<!--@if($lang_type != 'en')-->
영어
<!--@end-->
이런식으로 하면 안되는거같더라구요
어떤식으로 넣어야할까요?
댓글 1
<!--@if($lang_type == 'ko')-->
한국어
<!--@end-->
<!--@if($lang_type == 'jp')-->
일본어
<!--@end-->
<!--@if($lang_type == 'en')-->
영어
<!--@end-->