UniGame Localization Tools with support of Unity Localization package
Add to your project manifiest by path [%UnityProject%]/Packages/manifiest.json these lines:
{
"dependencies": {
"com.unigame.localization" : "https://github.com/UnioGame/UniGame.Localization.git",
"com.unigame.coremodules": "https://github.com/UnioGame/UniGame.CoreModules.git",
"com.cysharp.unitask" : "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
}
}