• File: html-filemanager-language.php
  • Full Path: /home/blackpussy06/public_html/ba-guo.com.tw/wp-content/plugins/filester/views/pages/html-filemanager-language.php
  • Date Modified: 09/11/2026 3:34 AM
  • File size: 461 bytes
  • MIME-type: text/x-php; charset=us-ascii
  • Charset: utf-8
<?php
 $locales = njt_fs_locales();
?>

<select name="fm_locale" id="fm_locale" class="njt-fs-settting-width-half">
  <?php foreach($locales as $key => $locale) { ?>
  <option value="<?php echo $locale;?>"
    <?php echo (isset($this->options['njt_fs_file_manager_settings']['fm_locale']) && $this->options['njt_fs_file_manager_settings']['fm_locale'] == $locale) ? 'selected="selected"' : '';?>>
    <?php echo esc_html($key);?></option>
  <?php } ?>
</select>