API 별로 언어 코드를 쿼리 파라미터로 전송하는 코드 제거

This commit is contained in:
2025-12-12 19:59:07 +09:00
parent e9df2bfa03
commit b67a3fd0b4
26 changed files with 20 additions and 90 deletions

View File

@@ -41,9 +41,4 @@ object Utils {
return "https://voiceon.onelink.me/RkTm?$encodedParams"
}
fun getCurrentLanguageCode(context: Context): String {
// 효과적 언어 코드(사용자 설정 > 시스템 지원 언어 > ko)를 반환한다.
return LanguageManager.getEffectiveLanguage(context)
}
}