# File lib/mobileesp_converted/user_agent_info.rb, line 573
    def detect_windows_phone8()
      if (user_agent.include?(DEVICE_WIN_PHONE8))
        return true
      end
      return false
    end