This is an English description
This method explains how to convert an English MOD version into the Taiwanese version.
Requirements:
- Official TW APK
- MOD APK (any language, but must be the same version)
- A decompiling tool (such as apktool)
- A computer

Note: The version numbers of both APKs must be exactly the same, otherwise the game may crash.
Steps:
1. Decompile both APKs
Use apktool to decompile the TW APK and the MOD APK separately.
2. Replace the main Unity resource files
In the TW decompiled folder, locate:
legendclover-x-zh-tw_89\assets\bin\Data\data.unity3d
legendclover-x-zh-tw_89\assets\bin\Data\Managed\Metadata\global-metadata.dat
Copy them to the same corresponding paths inside the MOD APK decompiled folder and overwrite the existing files.
3. Replace the native library files
In the TW folder, locate:
legendclover-x-zh-tw_89\lib\arm64-v8a
Copy the entire arm64-v8a folder to the corresponding lib directory in the MOD APK folder and overwrite it.
4. Replace strings.xml
In the TW folder, locate:
legendclover-x-zh-tw_89\res\values\strings.xml
Copy it to the same location in the MOD APK folder and overwrite it.
5. Rebuild and sign
Use apktool to rebuild the APK.
After rebuilding, sign the APK.
6. Install and enjoy the game