示例#1
0
        public int GetCurrentGameLanguage()
        {
            if (!_currentGameLanguage.HasValue)
            {
                _currentGameLanguage =
                    TextResourceHelper.XUnityLanguageToGameLanguage(AutoTranslatorSettings.DestinationLanguage);
            }

            return(_currentGameLanguage.Value);
        }