| 77 | } |
| 78 | |
| 79 | QString LibQNapi::uiLanguage(const GeneralConfig& generalConfig) { |
| 80 | if (generalConfig.uiLanguage().isEmpty()) { |
| 81 | return QLocale::system().name(); |
| 82 | } else { |
| 83 | return generalConfig.uiLanguage(); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | QSharedPointer<const SubtitleDownloadEnginesRegistry> |
| 88 | LibQNapi::subtitleDownloadEngineRegistry() { |