NSBundle+DAUtils.h 287 B

1234567891011121314151617
  1. //
  2. // NSBundle+DAUtils.h
  3. // LanguageSettingsDemo
  4. //
  5. // Created by DarkAngel on 2017/5/4.
  6. // Copyright © 2017年 暗の天使. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSBundle (DAUtils)
  10. + (BOOL)isChineseLanguage;
  11. + (NSString *)currentLanguage;
  12. @end